Skip to content

Commit 7dc3cb9

Browse files
committed
refactor: comment out RunSQL migration for internal_tool.sql in initial migration
1 parent ef9e80f commit 7dc3cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tools/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ class Migration(migrations.Migration):
7171
'db_table': 'tool',
7272
},
7373
),
74-
migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
74+
# migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
7575
]

0 commit comments

Comments
 (0)