12345678910111213141516171819202122232425262728 |
- 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.
- explore: 0001_add_explore_saved_query_model
- feedback: 0004_index_together
- hybridcloud: 0019_add_provider_webhook_payload
- nodestore: 0002_nodestore_no_dictfield
- remote_subscriptions: 0003_drop_remote_subscription
- replays: 0004_index_together
- sentry: 0842_create_organization_member_invite_table
- social_auth: 0002_default_auto_field
- tempest: 0002_make_message_type_nullable
- uptime: 0031_translate_uptime_object_headers_to_lists_take_three
- workflow_engine: 0036_action_remove_legacy_fields
|