Conflict with dbrev: $DBversion = '20.06.00.038'; ALTER TABLE `search_field` MODIFY COLUMN `type` enum('','string','date','number','boolean','sum','isbn','stdno','year') NOT NULL kohastructure: `type` enum('','string','date','number','boolean','sum','isbn','stdno') COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine', Subtle other change: no comment in dbrev.
Created attachment 133108 [details] [review] Bug 30498: Fix enum search_field.type Resolves sync issue with upgrades. Test plan: Run dbrev. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Trivial: self SO
Created attachment 133109 [details] [review] Bug 30498: Corresponding DBIx change for SearchField No test plan. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Created attachment 133137 [details] [review] Bug 30498: Fix enum search_field.type Resolves sync issue with upgrades. Test plan: Run dbrev. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Created attachment 133138 [details] [review] Bug 30498: Corresponding DBIx change for SearchField No test plan. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Looks good, thanks for syncing the DB :)
Pushed to master for 22.05, thanks to everybody involved [U+1F984]
Pushed to 21.11.x for 21.11.05