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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #7 from Jonathan Druart <[email protected]> ---
https://jenkins.koha-community.org/job/Koha_Main_MariaDB_update/78/console

16:08:12 koha_1       | +++ b/Koha/Schema/Result/ErmCounterFile.pm
16:08:12 koha_1       | @@ -67,7 +67,7 @@ content of the counter file
16:08:12 koha_1       |    data_type: 'timestamp'
16:08:12 koha_1       |    datetime_undef_if_invalid: 1
16:08:12 koha_1       |    default_value: current_timestamp
16:08:12 koha_1       | -  is_nullable: 1
16:08:12 koha_1       | +  is_nullable: 0
16:08:12 koha_1       |  
16:08:12 koha_1       |  counter file upload date
16:08:12 koha_1       |  
16:08:12 koha_1       | @@ -89,7 +89,7 @@ __PACKAGE__->add_columns(
16:08:12 koha_1       |      data_type => "timestamp",
16:08:12 koha_1       |      datetime_undef_if_invalid => 1,
16:08:12 koha_1       |      default_value => \"current_timestamp",
16:08:12 koha_1       | -    is_nullable => 1,
16:08:12 koha_1       | +    is_nullable => 0,

The db rev is missing the NULL

-- 
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/

Reply via email to