Skip to content

Commit 6af4269

Browse files
committed
fix: 잘못 들어간 migrate dependency 제거
1 parent c4db19f commit 6af4269

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/event/presentation/migrations/0014_historicalpresentation_public_slideshow_file_and_more.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55

66

77
class Migration(migrations.Migration):
8-
dependencies = [
9-
("file", "0002_alter_publicfile_file"),
10-
("presentation", "0013_alter_roomschedule_presentation"),
11-
]
12-
8+
dependencies = [("presentation", "0013_alter_roomschedule_presentation")]
139
operations = [
1410
migrations.AddField(
1511
model_name="historicalpresentation",

0 commit comments

Comments
 (0)