Skip to content
Snippets Groups Projects
Commit da428a08 authored by Steven Murray's avatar Steven Murray
Browse files

Added CHECK_ARCHIVE_FILE_BEFORE_INSERT and CHECK_ARCHIVE_FILE_BEFORE_UPDATE to...

Added CHECK_ARCHIVE_FILE_BEFORE_INSERT and CHECK_ARCHIVE_FILE_BEFORE_UPDATE to list of triggers to be dropped
parent 039cb3b1
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,8 @@ void DropSchemaCmd::dropMysqlCatalogueSchema(rdbms::Conn &conn) {
dropDatabaseTables(conn, tablesToDrop);
std::list<std::string> triggersToDrop = {
"CHECK_ARCHIVE_FILE_BEFORE_INSERT",
"CHECK_ARCHIVE_FILE_BEFORE_UPDATE",
"TAPE_POOL_IS_ENCRYPTED_BOOL_CK_BEFORE_INSERT",
"TAPE_POOL_IS_ENCRYPTED_BOOL_CK_BEFORE_UPDATE",
"ARCHIVE_ROUTE_COPY_NB_GT_ZERO_BEFORE_INSERT",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment