mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
fixed update myaac_config with database_version
This commit is contained in:
parent
5c19651a6c
commit
29c8655aba
@ -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`
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user