mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-23 11:40:25 -04:00
remove unused org types before adding ours
This commit is contained in:
@@ -17,7 +17,8 @@ def upgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.get_bind()
|
||||
|
||||
op.execute("INSERT INTO organisation_types VALUES ('state','f','250000'),('federal','f','250000');")
|
||||
op.execute("TRUNCATE TABLE organisation_types CASCADE;")
|
||||
op.execute("INSERT INTO organisation_types VALUES ('state','f','250000'),('federal','f','250000'),('other','f','250000');")
|
||||
|
||||
|
||||
# ### end Alembic commands ###
|
||||
|
||||
Reference in New Issue
Block a user