FIx MontageLayout=>MontageLayouts

pull/2077/head
Isaac Connor 2018-02-23 07:46:37 -05:00
parent 834edafc63
commit 0a6b463301
1 changed files with 1 additions and 1 deletions

View File

@ -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,