Skip to content

Commit

Permalink
reup migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Nov 9, 2023
1 parent 83c5908 commit 6280784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latest_migrations.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contenttypes: 0002_remove_content_type_name
ee: 0015_add_verified_properties
otp_static: 0002_throttling
otp_totp: 0002_auto_20190420_0723
posthog: 0361_add_plugin_config_ui_fields
posthog: 0362_alter_messagingrecord_unique_together
sessions: 0001_initial
social_django: 0010_uid_db_index
two_factor: 0007_auto_20201201_1019
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 3.2.19 on 2023-11-06 02:53
# Generated by Django 3.2.19 on 2023-11-09 02:53

from django.db import migrations


class Migration(migrations.Migration):
atomic = False # dropping constraint can't be done atomically
dependencies = [
("posthog", "0360_externaldatasource_destination_id"),
("posthog", "0361_add_plugin_config_ui_fields"),
]
operations = [
migrations.SeparateDatabaseAndState(
Expand Down

0 comments on commit 6280784

Please sign in to comment.