fixup! add auth type table, currently contains sms_auth and email_auth

This commit is contained in:
Leo Hemsted
2017-10-30 11:59:32 +00:00
parent c39ec90727
commit 6acea8323b
2 changed files with 14 additions and 40 deletions

View File

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