Bug 26268: Remove items.paidfor from the database
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 21 Aug 2020 10:25:12 +0000 (11:25 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 1 Oct 2020 08:32:15 +0000 (10:32 +0200)
commitf45b3b3f3a6c0ed8cc946b6f65573f041e0e1e72
tree592594e16b1782ef0fc3d00bb7a122af0df142ba
parent5dcca80dc5080dea098938767b1587a42f2ed65b
Bug 26268: Remove items.paidfor from the database

In bug 19919 we removed all references to setting, unsettling and
referring to the paidfor field but we neglected to actually drop the
field from the database (I think I intended to do this, but was asking
for feedback on the approach before adding the actual db change.. then
completely forgot when it went through SO/QA quickly).

In bug 23463 we inadvertently re-introduced some of the setting code
during a rebase.

In bug 18501 we then moved that inadvertently re-introduced setter into
Koha::Item->store.

We should kill it off once and for all!

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/atomicupdate/bug_26268.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql