add auth type table, currently contains sms_auth and email_auth

This commit is contained in:
Leo Hemsted
2017-10-27 17:59:51 +01:00
parent dd4554fad2
commit c39ec90727
4 changed files with 101 additions and 14 deletions

View File

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