Make migration's downgrade() NotImplementedError

This commit is contained in:
Masayuki Igawa 2016-04-20 16:57:22 +09:00
parent 229903b43d
commit 7eb7a495e8
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ def upgrade():
def downgrade():
pass
raise NotImplementedError()