From 7db38954584d3766eea4082f7c19b4dd3a3653b4 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 14 Mar 2021 20:11:13 -0400 Subject: [PATCH] Fix default user creation after we added HomeView column --- db/zm_create.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/zm_create.sql.in b/db/zm_create.sql.in index dec8814d2..0e8ac7f17 100644 --- a/db/zm_create.sql.in +++ b/db/zm_create.sql.in @@ -780,7 +780,7 @@ insert into Storage VALUES (NULL, '@ZM_DIR_EVENTS@', 'Default', 'local', NULL, N -- -- Create a default admin user. -- -insert into Users VALUES (NULL,'admin','$2b$12$NHZsm6AM2f2LQVROriz79ul3D6DnmFiZC.ZK5eqbF.ZWfwH9bqUJ6','',1,'View','Edit','Edit','Edit','Edit','Edit','Edit','','',0,1); +insert into Users VALUES (NULL,'admin','$2b$12$NHZsm6AM2f2LQVROriz79ul3D6DnmFiZC.ZK5eqbF.ZWfwH9bqUJ6','',1,'View','Edit','Edit','Edit','Edit','Edit','Edit','','',0,1,''); -- -- Add a sample filter to purge the oldest 100 events when the disk is 95% full