Uploaded image for project: 'JTalks Common'
  1. JTalks Common
  2. JTALKSCOMMON-38

ACL tables shouldn't have default charset as latin1

VotersWatchers
    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Done (View Workflow)
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: common 0.9
    • Fix Version/s: common 0.11
    • Labels:

      Description

      V3__ACL_tables.sql contains explicit character set assignment as follows:

      DROP TABLE IF EXISTS `acl_class`;
      CREATE TABLE `acl_class` (
      `id` bigint(20) NOT NULL AUTO_INCREMENT,
      `class` varchar(255) NOT NULL,
      PRIMARY KEY (`id`),
      UNIQUE KEY `uk_acl_class` (`class`)
      ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

      Please alter this setting to utf8 by another migration

        Attachments

          Structure

            Activity

              People

              • Assignee:
                diewindowsdie Alexey Malev
                Reporter:
                jk1 Evgeniy Naumenko
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2h
                  2h

                    Structure Helper Panel