Commit ac3c0438 by Matt Drayer Committed by Jonathan Piacenti

mattdrayer/MCKIN-2988: Added stop to backwards data migration.

parent f6e236a5
......@@ -35,7 +35,7 @@ class Migration(DataMigration):
def backwards(self, orm):
"Write your backwards methods here."
pass
raise RuntimeError("Cannot reverse data migration at this time.")
models = {
'auth.group': {
......
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