Fixed sql schema for installation
This commit is contained in:
parent
aa2a5906f9
commit
0e53529442
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ CREATE TABLE `options` (
|
|||
--
|
||||
|
||||
INSERT INTO `options` (`name`, `value`) VALUES
|
||||
('schema_version', '5');
|
||||
('schema_version', '6');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue