Page MenuHomeIn-Portal Phabricator

custom
No OneTemporary

File Metadata

Created
Thu, Feb 27, 12:00 AM
Index: branches/1.0.x/custom/install/upgrades.sql
===================================================================
--- branches/1.0.x/custom/install/upgrades.sql (revision 12797)
+++ branches/1.0.x/custom/install/upgrades.sql (revision 12798)
@@ -1,8 +1,10 @@
# ===== 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 =====
\ No newline at end of file

Event Timeline