Page MenuHomeIn-Portal Phabricator

custom
No OneTemporary

File Metadata

Created
Sat, Feb 1, 1:30 PM
Index: branches/1.1.x/install/install_schema.sql
===================================================================
--- branches/1.1.x/install/install_schema.sql (revision 14395)
+++ branches/1.1.x/install/install_schema.sql (revision 14396)
@@ -1,27 +1,17 @@
-# place here only sql queries, that were executed on live AND dev sites !!!
-
CREATE TABLE Widgets (
WidgetId int(11) NOT NULL AUTO_INCREMENT,
Title varchar(255) NOT NULL DEFAULT '',
Description text,
Email varchar(255) NOT NULL DEFAULT '',
`Type` tinyint(4) NOT NULL DEFAULT '1',
Phone varchar(50) NOT NULL DEFAULT '',
Qty double NOT NULL DEFAULT '0',
`Status` tinyint(4) NOT NULL DEFAULT '2',
CreatedOn int(10) unsigned DEFAULT NULL,
Good tinyint(4) NOT NULL DEFAULT '0',
BirthTime int(10) unsigned DEFAULT NULL,
Image text,
DataFile text,
PRIMARY KEY (WidgetId)
);
-# ===== 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 !!!
Index: branches/1.1.x/install/install_data.sql
===================================================================
--- branches/1.1.x/install/install_data.sql (revision 14395)
+++ branches/1.1.x/install/install_data.sql (revision 14396)
@@ -1,19 +1,7 @@
-# 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 VALUES ('Custom', 'modules/custom/', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL);
-
-
-# ===== 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 !!!
+INSERT INTO Modules VALUES ('Custom', 'modules/custom/', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL, NULL);
Index: branches/1.1.x/install/project_upgrades.sql
===================================================================
--- branches/1.1.x/install/project_upgrades.sql (nonexistent)
+++ branches/1.1.x/install/project_upgrades.sql (revision 14396)
@@ -0,0 +1,2 @@
+# r1: Initial Project Task (#TASK_ID)
+
Property changes on: branches/1.1.x/install/project_upgrades.sql
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property

Event Timeline