[Koha-bugs] [Bug 15095] New: marc_modificacation_template_actions DB not consistent between fresh and updated DB

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 31 15:57:23 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15095

            Bug ID: 15095
           Summary: marc_modificacation_template_actions DB not consistent
                    between fresh and updated DB
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Database
          Assignee: gmcharlt at gmail.com
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

A review of the 3.20.00 + upgrade DB, compared to a fresh master install
highlighted an inconsistency on that table. This is mysqldbcompare's output for
it:

-   `action`
enum('delete_field','update_field','move_field','copy_field','copy_and_replace_field')
COLLATE utf8_unicode_ci DEFAULT NULL,
?                                                                       
-------------------------                          ^^^^^^
+   `action` enum('delete_field','update_field','move_field','copy_field')
COLLATE utf8_unicode_ci NOT NULL,

So one ENUM value is missing on fresh installs, and an upgraded one yields a
DEFAULT NULL configuration for the 'action' column.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list