mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-16 03:02:22 +01:00
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
|
INSERT INTO `options` (`name`, `value`) VALUES
|
||||||
('schema_version', '5');
|
('schema_version', '6');
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue