Skip to content

Commit 6ab795b

Browse files
committed
fix: migrations
1 parent 3a57742 commit 6ab795b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/apps/api/v1/migrations/0051_remove_dataset_is_closed.py renamed to backend/apps/api/v1/migrations/0052_remove_dataset_is_closed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('v1', '0050_table_is_deprecated'),
9+
('v1', '0051_add_new_field_dataset'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)