Skip to content

Commit

Permalink
Merge branch '24.08.00' into 24.09.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Aug 5, 2024
2 parents fc1e768 + aaee169 commit 27bfdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/web/sys/DBMaintenance/library_location_updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@ function getLibraryLocationUpdates() {
'title' => 'Add field for Alternate Library Card Form Message',
'description' => 'Add field for Alternate Library Card Form Message',
'sql' => [
"ALTER TABLE library ADD COLUMN alternateLibraryCardFormMessage MEDIUMTEXT DEFAULT ''",
"ALTER TABLE library ADD COLUMN alternateLibraryCardFormMessage MEDIUMTEXT",
],
],
];
Expand Down

0 comments on commit 27bfdc2

Please sign in to comment.