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

            Bug ID: 37426
           Summary: DBIC schema file Category.pm manually modified causing
                    checksum mismatch and blocking refresh of that file
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Database
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

dbic complains at the end of the refresh:

DBIx::Class::Schema::Loader::make_schema_at(): Checksum mismatch in
'.//Koha/Schema/Result/Category.pm', the auto-generated part of the file has
been modified outside of this loader.  Aborting.
If you want to overwrite these modifications, set the 'overwrite_modifications'
loader option.

It seems to come from commit "Bug 28924: Add DBIC file"
Which has changes in the autogenerated section but not in the footer of that
section having the checksum. Hence causing the mismatch when running `dbic`

It might have been a conflict where the resolution accidentally dropped the
checksum changes. Because the rest of the changes look indeed autogenerated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to