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:
parent
82365e441d
commit
cf26f64386
|
@ -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
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue