migrations_lockfile.txt 703 B

1234567891011121314151617
  1. Django migrations lock file. This helps us avoid migration conflicts on master.
  2. If you have a conflict in this file, it means that someone has committed a migration
  3. ahead of you.
  4. To resolve this, rebase against latest master and regenerate your migration. This file
  5. will then be regenerated, and you should be able to merge without conflicts.
  6. admin: 0002_logentry_remove_auto_add
  7. auth: 0008_alter_user_username_max_length
  8. contenttypes: 0002_remove_content_type_name
  9. demo: 0002_demo_org_initializing_state
  10. jira_ac: 0001_initial
  11. nodestore: 0002_nodestore_no_dictfield
  12. sentry: 0181_copy_useroptions_to_notificationsettings
  13. sessions: 0001_initial
  14. sites: 0002_alter_domain_unique
  15. social_auth: 0001_initial