oncall-engine/engine/apps/mobile_app/migrations
Joey Orlando 67393dd2ba
allowing storing/updating time_zone in mobile app user settings table (#2601)
# What this PR does

closes #2450 

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-07-20 14:12:54 -04:00
..
0001_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0002_alter_mobileappauthtoken_user.py add unique idx on user column in mobileapp authtoken table (#1482) 2023-03-08 13:50:57 +01:00
0003_mobileappusersettings.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00
0004_auto_20230425_1033.py "You're Going OnCall" mobile app push notification (#1814) 2023-05-04 16:59:57 +00:00
0005_mobileappusersettings_important_notification_volume_override.py add important_notification_volume_override to mobile app user settings model (#1893) 2023-05-09 14:28:47 +00:00
0006_auto_20230512_0902.py add user settings for info notifications (#1926) 2023-05-12 10:23:42 +00:00
0007_alter_mobileappusersettings_info_notifications_enabled.py Disable "You're going OnCall soon" push notification (#1927) 2023-05-12 11:56:12 +00:00
0008_mobileappusersettings_locale.py add user locale field to mobile app user settings table + change going on call push notification text (#2131) 2023-06-14 12:19:58 -04:00
0009_fcmdevice.py modify FCMDevice model to be a proxy model so that we dont create a table for it 2023-07-05 18:38:38 +02:00
0010_mobileappusersettings_time_zone.py allowing storing/updating time_zone in mobile app user settings table (#2601) 2023-07-20 14:12:54 -04:00
__init__.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00