forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmigrations_lockfile.txt
More file actions
38 lines (21 loc) · 1.05 KB
/
migrations_lockfile.txt
File metadata and controls
38 lines (21 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Django migrations lock file. This helps us avoid migration conflicts on master.
If you have a conflict in this file, it means that someone has committed a migration
ahead of you.
To resolve this, rebase against latest master and regenerate your migration. This file
will then be regenerated, and you should be able to merge without conflicts.
discover: 0003_discover_json_field
explore: 0006_add_changed_reason_field_explore
feedback: 0001_squashed_0004_index_together
flags: 0001_squashed_0004_add_flag_audit_log_provider_column
hybridcloud: 0023_correct_webhook_payload_constraint
insights: 0002_backfill_team_starred
monitors: 0008_fix_processing_error_keys
nodestore: 0001_squashed_0002_nodestore_no_dictfield
notifications: 0002_notificationmessage_jsonfield
preprod: 0014_commitcomparisons_fk
replays: 0006_add_bulk_delete_job
sentry: 0967_large_tables_legacy_json_field
social_auth: 0003_social_auth_json_field
tempest: 0001_squashed_0002_make_message_type_nullable
uptime: 0043_uptime_django_json_field
workflow_engine: 0083_add_status_to_action