We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9e80f commit 7dc3cb9Copy full SHA for 7dc3cb9
apps/tools/migrations/0001_initial.py
@@ -71,5 +71,5 @@ class Migration(migrations.Migration):
71
'db_table': 'tool',
72
},
73
),
74
- 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')))
75
]
0 commit comments