mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-15 18:14:36 -04:00
Added 3 Wide, 24 Wide, 48 Wide (zm_create.sql.in)
This commit is contained 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,
|
||||
|
||||
Reference in New Issue
Block a user