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: gmcha...@gmail.com
          Reporter: tomasco...@gmail.com
        QA Contact: testo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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