mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
SET @myaac_database_version in schema.sql
This commit is contained in:
parent
2daa42e124
commit
0171962306
@ -1,3 +1,5 @@
|
||||
SET @myaac_database_version = 30;
|
||||
|
||||
CREATE TABLE `myaac_account_actions`
|
||||
(
|
||||
`account_id` INT(11) NOT NULL,
|
||||
@ -57,7 +59,7 @@ CREATE TABLE `myaac_config`
|
||||
UNIQUE (`name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
|
||||
|
||||
INSERT INTO `myaac_config` (`name`, `value`) VALUES ('database_version', 30);
|
||||
INSERT INTO `myaac_config` (`name`, `value`) VALUES ('database_version', @myaac_database_version);
|
||||
|
||||
CREATE TABLE `myaac_faq`
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user