From 721476029abda4403edbbe31834f8f1dff0b41af Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Sat, 21 Sep 2019 17:43:55 +0000 Subject: [PATCH] Bug 23309: (RM follow-up) delete bug_23309.perl Signed-off-by: Lucas Gass --- installer/data/mysql/atomicupdate/bug_23309.perl | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_23309.perl diff --git a/installer/data/mysql/atomicupdate/bug_23309.perl b/installer/data/mysql/atomicupdate/bug_23309.perl deleted file mode 100644 index 9db4d07fe4..0000000000 --- a/installer/data/mysql/atomicupdate/bug_23309.perl +++ /dev/null @@ -1,10 +0,0 @@ -$DBversion = 'XXX'; # will be replaced by the RM -if( CheckVersion( $DBversion ) ) { - - $dbh->do(q| - ALTER TABLE marc_subfield_structure CHANGE COLUMN hidden hidden TINYINT(1) DEFAULT 8 NOT NULL; - |); - # Always end with this (adjust the bug info) - SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug 23309 - Can't add new subfields to bibliographic frameworks in strict mode)\n"; -} -- 2.39.5