Page MenuHomeIn-Portal Phabricator

custom
No OneTemporary

File Metadata

Created
Thu, Feb 6, 4:32 PM
Index: branches/1.1.x/install/upgrades.sql
===================================================================
--- branches/1.1.x/install/upgrades.sql (revision 13741)
+++ branches/1.1.x/install/upgrades.sql (revision 13742)
@@ -1,25 +1,29 @@
# ===== v 1.0.0 =====
# ===== v 1.0.1 =====
UPDATE Modules SET LoadOrder = 10 WHERE `Name` = 'Custom';
# ===== v 1.0.2-B1 =====
ALTER TABLE Widgets CHANGE CreatedOn CreatedOn INT(11) NULL DEFAULT NULL;
UPDATE Modules SET TemplatePath = 'custom/' WHERE Name = 'Custom';
# ===== v 1.0.2-B2 =====
# ===== v 1.0.2-RC1 =====
# ===== v 1.0.2 =====
# ===== v 1.0.3-B1 =====
# ===== v 1.0.3-RC1 =====
# ===== v 1.0.3 =====
+# ===== v 1.0.4-B1 =====
+
+# ===== v 1.0.4 =====
+
# ===== v 1.1.0-B1 =====
UPDATE Modules SET Path = 'modules/custom/' WHERE `Name` = 'Custom';
-# ===== v 1.1.0-B2 =====
\ No newline at end of file
+# ===== v 1.1.0-B2 =====
Index: branches/1.1.x/install/remove_schema.sql
===================================================================
--- branches/1.1.x/install/remove_schema.sql (nonexistent)
+++ branches/1.1.x/install/remove_schema.sql (revision 13742)
@@ -0,0 +1 @@
+DROP TABLE Widgets;
\ No newline at end of file
Index: branches/1.1.x
===================================================================
--- branches/1.1.x (revision 13741)
+++ branches/1.1.x (revision 13742)
Property changes on: branches/1.1.x
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,2 ##
Merged /modules/custom/branches/1.0.x:r13512-13732
Merged /modules/custom/releases/1.0.4:r13733-13741

Event Timeline