Bug 22435: (follow-up) Drop account_offset_types table
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 21 Jun 2021 15:15:12 +0000 (16:15 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Aug 2021 12:06:43 +0000 (14:06 +0200)
commit3d6a6e79f79bfbc17807072faf0ff1d4e6aafb82
tree4c110d0fcdeaaecf5b81bf86e23f1df4b0bfe6c8
parent37c795d589bd4939c83002e18e624460c6e22ad4
Bug 22435: (follow-up) Drop account_offset_types table

This patch drops the now defunkt account_offset_types table and ensure
the type field in account_offsets is instead an enum type column.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/atomicupdate/bug_22435.perl
installer/data/mysql/kohastructure.sql
installer/data/mysql/mandatory/account_offset_types.sql [deleted file]