Merge pull request #37 from Toasty27/patch-1

Fix error when creating DB with zm_create.sql
This commit is contained in:
Isaac Connor 2017-10-15 15:23:06 -04:00 committed by GitHub
commit 4530102d85
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ CREATE TABLE `Storage` (
--
-- Create a default storage location
--
insert into Storage VALUES (NULL, '/var/cache/zoneminder/events', 'Default' );
insert into Storage VALUES (NULL, '/var/cache/zoneminder/events', 'Default', 'local' );
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;