mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
Drop making crown not nullable on downgrade as it would fail anyway
This commit is contained in:
@@ -43,5 +43,3 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
op.execute('DROP TABLE organisation_types')
|
||||
op.alter_column('services', 'crown', nullable=False)
|
||||
op.alter_column('services_history', 'crown', nullable=False)
|
||||
|
||||
Reference in New Issue
Block a user