Skip to content

Commit

Permalink
Fixing a bug in the installer when running in MariaDB, as reported on…
Browse files Browse the repository at this point in the history
… the forums.
  • Loading branch information
Chris-Turnbull committed Feb 12, 2020
1 parent be4cfff commit 7cb3eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zenario/admin/db_updates/latest_revision_no.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
define('ZENARIO_MAJOR_VERSION', '8');
define('ZENARIO_MINOR_VERSION', '5');
define('ZENARIO_IS_BUILD', true);
define('ZENARIO_REVISION', '50916');
define('ZENARIO_REVISION', '50977');

define('TINYMCE_DIR', 'zenario/libs/manually_maintained/lgpl/tinymce_4_7_3/');
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@
); ze\dbAdm::revision(253
, <<<_sql
ALTER TABLE `[[DB_PREFIX]][[ZENARIO_USER_FORMS_PREFIX]]user_form_fields`
ADD COLUMN rows int(10) unsigned default NULL
ADD COLUMN `rows` int(10) unsigned default NULL
_sql
); ze\dbAdm::revision(254
, <<<_sql
Expand Down

0 comments on commit 7cb3eb5

Please sign in to comment.