From c56a322f261fdefd80e74c677520ddb7d28cc8ff Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Thu, 6 Feb 2025 21:55:31 +0000 Subject: [PATCH] Bug 39062: Increase stocknumber length in items and deleteditems But this time I spelled deleted correctly. --- .../mysql/atomicupdate/bug_39062_increase_stocknumber_length.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_39062_increase_stocknumber_length.pl b/installer/data/mysql/atomicupdate/bug_39062_increase_stocknumber_length.pl index 6937b36e5a..db0963b9ad 100755 --- a/installer/data/mysql/atomicupdate/bug_39062_increase_stocknumber_length.pl +++ b/installer/data/mysql/atomicupdate/bug_39062_increase_stocknumber_length.pl @@ -10,7 +10,7 @@ return { # Do you stuffs here $dbh->do(q{ALTER TABLE items MODIFY COLUMN stocknumber varchar(80) DEFAULT NULL COMMENT 'inventory number (MARC21 952$i)'}); - $dbh->do(q{ALTER TABLE deletditems MODIFY COLUMN stocknumber varchar(80) DEFAULT NULL COMMENT 'inventory number (MARC21 952$i)'}); + $dbh->do(q{ALTER TABLE deleteditems MODIFY COLUMN stocknumber varchar(80) DEFAULT NULL COMMENT 'inventory number (MARC21 952$i)'}); # Print useful stuff here # tables -- 2.39.5