# place here only sql queries, that were executed on live AND dev sites !!! INSERT INTO Permissions VALUES(DEFAULT, 'custom.view', 11, 1, 1, 0); INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.delete', 11, 1, 1, 0); INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.edit', 11, 1, 1, 0); INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.add', 11, 1, 1, 0); INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.view', 11, 1, 1, 0); INSERT INTO Modules (Name, Path, Var, Version, Loaded, LoadOrder, TemplatePath, RootCat, BuildDate) VALUES ('Custom', 'custom/', 'custom-sections', '0.0.0', 1, 2, '', 0, '0'); # ===== SQLs above this line already on LIVE ================================================================================================ # place here only sql queries, that were executed on dev site !!! # ===== SQLs above this line already on DEV ======================================================================================================== # place here only sql queries, that were executed on prod server !!!