Bug 17767: (followup) Rename test file
[koha.git] / installer / data / mysql / atomicupdate / bug_extended_attr_modification.sql
1 ALTER TABLE borrower_modifications ADD COLUMN extended_attributes text DEFAULT NULL AFTER privacy;
2
3 -- $DBversion = "16.12.00.XXX";
4 -- if ( CheckVersion($DBversion) ) {
5 --
6 --     $dbh->do( "ALTER TABLE borrower_modifications
7 --                      ADD COLUMN extended_attributes text DEFAULT NULL
8 --                      AFTER privacy" );
9 --     print "Upgrade to $DBversion done (Bug 8835). Everything is fine.\n";
10 --
11 --     SetVersion($DBversion);
12 -- }