[Koha-bugs] [Bug 29605] DB structure may not be synced with kohastructure.sql

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 13 12:14:05 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29605

--- Comment #26 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Ok. This is ready to go IMHO. The only missing bit is the updated DBIC files,
which make sense and should be done by the RM on pushing, so we are good.

New revisited test plan:

% git checkout -b bug_29605 origin/master
% yes|git bz apply 29605
% git checkout v21.05.00
% reset_all
% git checkout bug_29605
% updatedatabase # We are going to update the 21.05.00 DB with all the 21.11
dbrevs
% perl cp_debian_files.pl --koha_dir /kohadevbox/koha/ --gitify_dir
/kohadevbox/gitify/  --instance kohadev
# Generate the DBIC schema file using the current DB
% perl misc/devel/update_dbix_class_files.pl --koha-conf $KOHA_CONF
% git commit -a -m"test diff" # commit the changes to help understand
% dbic # generate the schema file using kohastructure.sql
% git diff

=> NO relevant changes should be seen in this diff, only comments and
date/md5sum must differ.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list