Bug 32437: Add Objects for ImportAuths
authorNick Clemens <nick@bywatersolutions.com>
Mon, 12 Dec 2022 13:59:56 +0000 (13:59 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 31 Mar 2023 11:13:25 +0000 (13:13 +0200)
commitf41f272ff087d65ed11d760e6c7c58818c3a24d4
tree0db8074fbaa0bf540b9015fba2720c4172d09d2d
parentb68a6b32974cb1891fa61c7b52680880e5695a27
Bug 32437: Add Objects for ImportAuths

This patch:
1 - Adds an atomic update to add a primary key to import_auths table
2 - Adds objects for Koha::Import::Records::Auths
3 - Adds tests for import auth and biblio objects

Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Import/Record/Auth.pm [new file with mode: 0644]
Koha/Import/Record/Auths.pm [new file with mode: 0644]
installer/data/mysql/atomicupdate/bug_32437.pl [new file with mode: 0755]
installer/data/mysql/kohastructure.sql
t/db_dependent/Koha/Import/Record/Auths.t [new file with mode: 0755]
t/db_dependent/Koha/Import/Record/Biblios.t [new file with mode: 0755]