Compare commits

..

3 Commits

Author SHA1 Message Date
slawkens1
29c8655aba fixed update myaac_config with database_version 2017-05-11 05:19:16 +02:00
slawkens1
5c19651a6c Converted index.php to WIndows format (EOL) 2017-05-11 04:39:55 +02:00
slawkens1
1946f56a49 fixed database updater 2017-05-11 04:35:06 +02:00
2 changed files with 268 additions and 1 deletions

268
index.php

File diff suppressed because one or more lines are too long

View File

@@ -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`
(