Koha/installer/data/mysql
Jonathan Druart ff18361204
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>
2024-05-06 15:04:30 +02:00
..
atomicupdate Bug 27753: DBRev 23.12.00.046 2024-05-06 09:12:15 +02:00
db_revs Bug 36790: List table columns for 230600052 queries 2024-05-06 15:04:30 +02:00
en Bug 36247: MARC21 Addition to relator terms in technical notice 2024-02-27 2024-05-06 11:18:11 +02:00
localization
mandatory Bug 27753: Added new system preferences for automatically resolving claims 2024-05-06 09:12:09 +02:00
backfill_statistics.pl
fix_unclosed_nonaccruing_fines_bug17135.pl
kohastructure.sql Bug 36120: Ensure pickup_library_id is NOT NULL 2024-05-03 16:02:49 +02:00
labels_upgrade.pl
patroncards_upgrade.pl
update22to30.pl
updatedatabase.pl