diff --git a/db/zm_create.sql.in b/db/zm_create.sql.in index eac7c3db0..9f9b1c556 100644 --- a/db/zm_create.sql.in +++ b/db/zm_create.sql.in @@ -1197,11 +1197,14 @@ CREATE TABLE MontageLayouts ( INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('Freeform', NULL ); INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('1 Wide', NULL ); INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('2 Wide', NULL ); +INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('3 Wide', NULL ); INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('4 Wide', NULL ); INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('6 Wide', NULL ); INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('8 Wide', NULL ); INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('12 Wide', NULL ); INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('16 Wide', NULL ); +INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('24 Wide', NULL ); +INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('48 Wide', NULL ); CREATE TABLE Sessions ( id char(32) not null,