- minor change of insert line for initial database setup

This commit is contained in:
steinm 2011-10-19 08:57:13 +00:00
parent 0b7120239e
commit d5d3bc7c3f

View File

@ -449,8 +449,8 @@ CREATE TABLE `tblVersion` (
-- Initial content for database
--
INSERT INTO tblFolders VALUES (1, 'DMS', 0, 'DMS root', UNIX_TIMESTAMP(), 1, 0, 2, 0);
INSERT INTO tblUsers VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'Administrator', 'address@server.com', '', '', '', 1, 0);
INSERT INTO tblUsers VALUES (2, 'guest', NULL, 'Guest User', NULL, '', '', '', 2, 0);
INSERT INTO tblFolders VALUES (1, 'DMS', 0, 'DMS root', UNIX_TIMESTAMP(), 1, 0, 2, 0);
INSERT INTO tblVersion VALUES (NOW(), 3, 2, 0);
INSERT INTO tblCategory VALUES (0, '');