Omission bug on last checkin
git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@13 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -52,7 +52,7 @@ CREATE TABLE `pmgr_config_system` (
|
|||||||
|
|
||||||
|
|
||||||
LOCK TABLES `pmgr_config_system` WRITE;
|
LOCK TABLES `pmgr_config_system` WRITE;
|
||||||
INSERT INTO `pmgr_config_system` (`version_id`)
|
INSERT INTO `pmgr_config_system` (`config_version_id`)
|
||||||
VALUES
|
VALUES
|
||||||
(1);
|
(1);
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|||||||
Reference in New Issue
Block a user