Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726897
custom
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 6, 2:44 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Wed, Jan 8, 2:44 AM (1 d, 19 h ago)
Engine
blob
Format
Raw Data
Handle
536985
Attached To
rMCUS Modules.Custom
custom
View Options
Index: branches/RC/custom/install/install_schema.sql
===================================================================
--- branches/RC/custom/install/install_schema.sql (revision 10567)
+++ branches/RC/custom/install/install_schema.sql (revision 10568)
@@ -1,16 +1,26 @@
+# place here only sql queries, that were executed on live AND dev sites !!!
CREATE TABLE Tests (
TestId 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(11) NOT NULL default '0',
Good tinyint(4) NOT NULL default '0',
BirthTime int(10) unsigned default NULL,
`Image` text,
`DataFile` text,
PRIMARY KEY (TestId)
);
+
+# ===== 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 !!!
Property changes on: branches/RC/custom/install/install_schema.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.4
\ No newline at end of property
+1.4.2.1
\ No newline at end of property
Index: branches/RC/custom/install/install_data.sql
===================================================================
--- branches/RC/custom/install/install_data.sql (revision 10567)
+++ branches/RC/custom/install/install_data.sql (revision 10568)
@@ -1 +1,11 @@
+# place here only sql queries, that were executed on live AND dev sites !!!
INSERT INTO Modules (Name, Path, Var, Version, Loaded, LoadOrder, TemplatePath, RootCat, BuildDate) VALUES ('Custom', 'custom/', 'custom', '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 !!!
Property changes on: branches/RC/custom/install/install_data.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.2
\ No newline at end of property
+1.2.2.1
\ No newline at end of property
Event Timeline
Log In to Comment