oncall-engine/engine/apps/schedules/migrations
Joey Orlando 1b05b60738
add missing db migrations + add additional backend db migration check to CI (#3234)
# What this PR does

- add missing db migration files generated via `python manage.py
makemigrations`
- fail the `lint-migrations-backend-mysql-rabbitmq` GitHub Actions CI
job if there are missing Django database migration files
2023-10-31 16:00:55 -04:00
..
0001_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0002_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0003_alter_customoncallshift_frequency.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0004_customoncallshift_until.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0005_auto_20220704_1947.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0006_customoncallshift_rotation_start.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0007_customoncallshift_updated_shift.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0008_auto_20221201_0809.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0009_oncallschedulecalendar_enable_web_overrides.py Add support for web overrides to Terraform schedules (#1222) 2023-03-10 16:21:50 +00:00
0010_fix_polymorphic_delete_related.py Fix Grafana teams sync (#1652) 2023-03-28 18:26:24 +00:00
0011_oncallschedule_cached_ical_final_schedule.py Rework schedule ical export (#1783) 2023-04-18 17:07:11 +00:00
0012_auto_20230502_1259.py Remove schedule name uniqueness restriction (#1859) 2023-05-02 17:16:03 +00:00
0013_auto_20230517_0510.py Unify "name" and "title" field for oncall shift (#2239) 2023-06-14 19:05:19 +00:00
0014_shiftswaprequest.py shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
0015_shiftswaprequest_slack_message.py Shift Swap Requests in Slack + improve typing for Slack django app (#2653) 2023-07-28 15:11:38 +00:00
0016_alter_shiftswaprequest_created_at.py Add mobile app push notifications for shift swap requests (#2717) 2023-08-02 12:26:45 +01:00
0017_alter_oncallschedule_polymorphic_ctype.py add missing db migrations + add additional backend db migration check to CI (#3234) 2023-10-31 16:00:55 -04:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00