Fixed incorrect field count when inserting admin user.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1588 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-11-13 17:29:42 +00:00
parent 82365e441d
commit cf26f64386
1 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,8 @@ CREATE TABLE Zones (
-- --
-- Create a default admin user. -- Create a default admin user.
-- --
insert into Users values ('','admin',password('admin'),'',1,'View','Edit','Edit','Edit',NULL); insert into Users values ('','admin',password('admin'),'',1,'View','Edit','Edit','Edit','Edit','','');
-- --
-- Add in a sample filter to purge the oldest 5 events when the disk is 95% full, delete is disabled though -- Add in a sample filter to purge the oldest 5 events when the disk is 95% full, delete is disabled though
-- --