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

This commit is contained in:
Ned Batchelder
2017-02-14 15:01:07 -05:00
parent 169414b734
commit 04557bbff3

View File

@@ -26,9 +26,5 @@ class Migration(migrations.Migration):
# )
operations = [
migrations.RunSQL(
# Do nothing:
"select 1",
"select 1"
)
# Nothing to do.
]