Commit 04557bbf by Ned Batchelder

Make this no-op migration be a true no-op.

parent 169414b7
......@@ -26,9 +26,5 @@ class Migration(migrations.Migration):
# )
operations = [
migrations.RunSQL(
# Do nothing:
"select 1",
"select 1"
)
# Nothing to do.
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment