Skip to content

Commit

Permalink
fixed update myaac_config with database_version
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 11, 2017
1 parent 5c19651 commit 29c8655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/includes/schema.sql
Expand Up @@ -55,6 +55,7 @@ CREATE TABLE `myaac_config`
PRIMARY KEY (`id`),
UNIQUE (`name`)
) ENGINE = MyISAM;
INSERT INTO `myaac_config` (`id`, `name`, `value`) VALUES (NULL, 'database_version', '1');

CREATE TABLE `myaac_faq`
(
Expand Down

0 comments on commit 29c8655

Please sign in to comment.