https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16034 --- Comment #61 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 59743 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59743 bug_16034 Koha::ExternalContent::OverDrive - a wrapper around WebService::ILS::Overdrive::Patron Review of attachment 59743: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16034&attachment=59743) ----------------------------------------------------------------- ::: Koha/Schema/Result/Borrower.pm @@ +616,5 @@
datetime_undef_if_invalid => 1, is_nullable => 1, }, + "overdrive_auth_token", + { data_type => "text", is_nullable => 1 },
This is terrible wrong, you have to commit the file generated by misc/devel/update_dbix_class_files.pl, with the sum updated! Now we are not able to regenerate the schema. DBIx::Class::Schema::Loader::make_schema_at(): Checksum mismatch in './/Koha/Schema/Result/Borrower.pm', the auto-generated part of the file has been modified outside of this loader. Aborting. Please fix ASAP -- You are receiving this mail because: You are watching all bug changes.