From 0a6b46330120d33808e618ce3562bac31deed673 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 23 Feb 2018 07:46:37 -0500 Subject: [PATCH] FIx MontageLayout=>MontageLayouts --- 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 1740d8213..4adc9500e 100644 --- a/db/zm_create.sql.in +++ b/db/zm_create.sql.in @@ -1138,7 +1138,7 @@ CREATE TABLE Maps ( PRIMARY KEY (`Id`) ); -DROP TABLE IF EXISTS MontageLayout; +DROP TABLE IF EXISTS MontageLayouts; CREATE TABLE MontageLayouts ( `Id` int(10) unsigned NOT NULL auto_increment,