Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15281

Missing ";" in schema file

    XMLWordPrintable

Details

    Description

      Hi

      The schema file extension/ezfind/sql/ezfind_elevate_configuration.mysql.sql is missing a ";" at the end.
      The result is that eZDBInterface::insertFile() is unable to load the schemafile.

      patch:

      CREATE TABLE  `ezfind_elevate_configuration` (
           `search_query` varchar(255) NOT NULL default '',
           `contentobject_id` int(11) NOT NULL default '0',
           `language_code` varchar(20) NOT NULL default '',
           PRIMARY KEY  (`search_query`,`contentobject_id`,`language_code`),
           KEY `ezfind_elevate_configuration__search_query` (`search_query`(100))
      -) ENGINE=InnoDB DEFAULT CHARSET=utf8
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8;
      

      Attachments

        Activity

          People

            pborgerm pborgerm
            vl vl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: