refactor: comment out RunSQL migration for internal_tool.sql in initial migration
This commit is contained in:
parent
ef9e80f900
commit
7dc3cb98ef
@ -71,5 +71,5 @@ class Migration(migrations.Migration):
|
||||
'db_table': 'tool',
|
||||
},
|
||||
),
|
||||
migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
|
||||
# migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user