Koha/installer
Jonathan Druart aeae2771ba Bug 36790: List table columns for 230600052 queries
We must list the columns, or the db rev will fail when a new column is
added. It happened here when 33478 added 'style'

Also remove id and dates

To test:
1. On current main, run:
   $ ktd --shell
  k$ perl /kohadevbox/misc4dev/run_tests.pl --koha-dir=. --run-db-upgrade-only
=> FAIL: Tests explode for DB query issues
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit ff18361204)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2024-05-23 09:46:42 +02:00
..
data/mysql Bug 36790: List table columns for 230600052 queries 2024-05-23 09:46:42 +02:00
install.pl Bug 33720: Also flush in install 2023-07-03 10:35:04 -03:00
onboarding.pl Bug 8367: Add holds_pickup_period circulation rule 2023-11-01 18:01:30 -03:00