Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1195719
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, Oct 27, 1:10 PM
Size
821 B
Mime Type
text/x-diff
Expires
Wed, Oct 29, 1:10 PM (15 h, 10 m)
Engine
blob
Format
Raw Data
Handle
779123
Attached To
rMCUS Modules.Custom
custom
View Options
Index: branches/1.0.x/install/upgrades.sql
===================================================================
--- branches/1.0.x/install/upgrades.sql (revision 13693)
+++ branches/1.0.x/install/upgrades.sql (revision 13694)
@@ -1,22 +1,24 @@
# ===== 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 =====
\ No newline at end of file
+# ===== v 1.0.4-B1 =====
+
+# ===== v 1.0.4 =====
\ No newline at end of file
Event Timeline
Log In to Comment