Skip to content

Instantly share code, notes, and snippets.

@kaniak274
Created October 12, 2020 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaniak274/f2a38576dc12bec4b91aa5a9db62f7e9 to your computer and use it in GitHub Desktop.
Save kaniak274/f2a38576dc12bec4b91aa5a9db62f7e9 to your computer and use it in GitHub Desktop.
Empty migration for enum article
...
def upgrade():
pass
def downgrade():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment