Skip to content

Commit

Permalink
Revert migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Mar 8, 2024
1 parent 85d50b6 commit 7bca8ce
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions backend/penndata/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 1 addition & 0 deletions backend/penndata/migrations/0002_homepageorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class Migration(migrations.Migration):

dependencies = [
("penndata", "0001_initial"),
]
Expand Down
1 change: 1 addition & 0 deletions backend/penndata/migrations/0003_analyticsevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


class Migration(migrations.Migration):

dependencies = [
("portal", "0014_alter_post_post_url"),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
Expand Down
1 change: 1 addition & 0 deletions backend/penndata/migrations/0004_analyticsevent_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class Migration(migrations.Migration):

dependencies = [
("penndata", "0003_analyticsevent"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


class Migration(migrations.Migration):

dependencies = [
("penndata", "0004_analyticsevent_data"),
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated by Django 3.2.18 on 2023-03-19 22:03


from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("penndata", "0005_fitnessroom_fitnesssnapshot"),
]
Expand Down
1 change: 1 addition & 0 deletions backend/penndata/migrations/0007_fitnessroom_image_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class Migration(migrations.Migration):

dependencies = [
("penndata", "0006_fitnesssnapshot_capacity"),
]
Expand Down
1 change: 1 addition & 0 deletions backend/penndata/migrations/0008_calendarevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class Migration(migrations.Migration):

dependencies = [
("penndata", "0007_fitnessroom_image_url"),
]
Expand Down
2 changes: 1 addition & 1 deletion backend/penndata/migrations/0009_auto_20240223_1820.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated by Django 3.2.22 on 2024-02-23 23:20


from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("penndata", "0008_calendarevent"),
]
Expand Down
2 changes: 1 addition & 1 deletion backend/penndata/migrations/0010_auto_20240228_0150.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated by Django 3.2.22 on 2024-02-28 06:50


from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("penndata", "0009_auto_20240223_1820"),
]
Expand Down

0 comments on commit 7bca8ce

Please sign in to comment.