Last active
May 15, 2017 22:35
-
-
Save alvinchow86/d454591598f1c332f6071381fc4dbcd3 to your computer and use it in GitHub Desktop.
django-blog-post-migration-state-operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Migration(migrations.Migration): | |
state_operations = [ORIGINAL_MIGRATIONS] | |
operations = migrations.SeparateDatabaseAndState(state_operations=state_operations) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment