FIx MontageLayout=>MontageLayouts
This commit is contained in:
parent
834edafc63
commit
0a6b463301
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue