[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
Thu Dec 2 13:12:05 CET 2021


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #12 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
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
# 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