https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38522
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords| |additional_work_needed --- Comment #11 from Jonathan Druart <[email protected]> --- Koha_Main_MariaDB_update/10 is failing because of this. 19:22:12 koha_1 | --- a/Koha/Schema/Result/ErmAgreement.pm 19:22:12 koha_1 | +++ b/Koha/Schema/Result/ErmAgreement.pm 19:22:12 koha_1 | @@ -88,11 +88,8 @@ priority of the renewal 19:22:12 koha_1 | 19:22:12 koha_1 | =head2 license_info 19:22:12 koha_1 | 19:22:12 koha_1 | - data_type: 'varchar' 19:22:12 koha_1 | + data_type: 'mediumtext' 19:22:12 koha_1 | is_nullable: 1 19:22:12 koha_1 | - size: 80 19:22:12 koha_1 | - 19:22:12 koha_1 | -info about the license 19:22:12 koha_1 | 19:22:12 koha_1 | =cut 19:22:12 koha_1 | 19:22:12 koha_1 | @@ -114,7 +111,7 @@ __PACKAGE__->add_columns( 19:22:12 koha_1 | "renewal_priority", 19:22:12 koha_1 | { data_type => "varchar", is_nullable => 1, size => 80 }, 19:22:12 koha_1 | "license_info", 19:22:12 koha_1 | - { data_type => "varchar", is_nullable => 1, size => 80 }, 19:22:12 koha_1 | + { data_type => "mediumtext", is_nullable => 1 }, 19:22:12 koha_1 | ); 19:22:12 koha_1 | 19:22:12 koha_1 | =head1 PRIMARY KEY 19:22:12 koha_1 | @@ -267,8 +264,8 @@ Composing rels: L</erm_eholdings_packages_agreements> -> package 19:22:12 koha_1 | __PACKAGE__->many_to_many("packages", "erm_eholdings_packages_agreements", "package"); 19:22:12 koha_1 | 19:22:12 koha_1 | 19:22:12 koha_1 | -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-11 11:52:09 19:22:12 koha_1 | -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:N93LnvdKirtuV6BSrTGzVg 19:22:12 koha_1 | +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-12-03 18:22:02 19:22:12 koha_1 | +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:08W7MMLmEW7KvG1GAlLM2w 19:22:12 koha_1 | 19:22:13 koha_1 | __PACKAGE__->has_many( 19:22:13 koha_1 | "user_roles", 19:22:26 koha_1 | ERROR - There is a diff in DBIC schema files This is because the ALTER statement is missing the COMMENT part. -- You are receiving this mail because: 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/
