Make this no-op migration be a true no-op.
This commit is contained in:
@@ -26,9 +26,5 @@ class Migration(migrations.Migration):
|
||||
# )
|
||||
|
||||
operations = [
|
||||
migrations.RunSQL(
|
||||
# Do nothing:
|
||||
"select 1",
|
||||
"select 1"
|
||||
)
|
||||
# Nothing to do.
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user