Add callback_type column to service_callback_api table

Also add service_callback_type table with allowed types
This commit is contained in:
Pea Tyczynska
2018-07-17 16:15:57 +01:00
parent 9c99e45008
commit 183aa160c6
4 changed files with 51 additions and 2 deletions

View File

@@ -106,7 +106,8 @@ def notify_db_session(notify_db):
"service_permission_types",
"auth_type",
"invite_status_type",
"letter_rates"]:
"letter_rates",
"service_callback_type"]:
notify_db.engine.execute(tbl.delete())
notify_db.session.commit()