Bug 14053: Acquisition db tables are missing indexes - atomicupdates
[koha.git] / installer / data / mysql / atomicupdate / bug_14053-add_keys_aqbasket.sql
1 ALTER IGNORE TABLE `aqbasket`
2     ADD KEY `authorisedby` (`authorisedby`)
3 ;