Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1101984
in-portal
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
Sun, Aug 17, 10:14 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Tue, Aug 19, 10:14 AM (26 m, 41 s)
Engine
blob
Format
Raw Data
Handle
713811
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/inportal_upgrade_v4.0.2.sql
===================================================================
--- branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/inportal_upgrade_v4.0.2.sql (revision 7814)
+++ branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/inportal_upgrade_v4.0.2.sql (revision 7815)
@@ -1,3 +1,3 @@
-ALTER TABLE EmailMessage ADD ReplacementTags TEXT NOT NULL AFTER Template;
+ALTER TABLE EmailMessage ADD ReplacementTags TEXT AFTER Template;
UPDATE Modules SET Version = '4.0.2' WHERE Name = 'In-Portal';
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.1.2/admin/install/upgrades/inportal_upgrade_v4.0.2.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql
===================================================================
--- branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql (revision 7814)
+++ branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql (revision 7815)
@@ -1,11 +1,11 @@
# ===== v 4.0.1 =====
ALTER TABLE EmailLog ADD EventParams TEXT NOT NULL;
INSERT INTO ConfigurationAdmin VALUES ('MailFunctionHeaderSeparator', 'la_Text_smtp_server', 'la_config_MailFunctionHeaderSeparator', 'radio', NULL, '1=la_Linux,2=la_Windows', 30.08, 0, 0);
INSERT INTO ConfigurationValues VALUES (0, 'MailFunctionHeaderSeparator', 1, 'In-Portal', 'in-portal:configure_general');
ALTER TABLE PersistantSessionData DROP PRIMARY KEY ;
ALTER TABLE PersistantSessionData ADD INDEX ( `PortalUserId` ) ;
# ===== v 4.0.2 =====
-ALTER TABLE EmailMessage ADD ReplacementTags TEXT NOT NULL AFTER Template;
+ALTER TABLE EmailMessage ADD ReplacementTags TEXT AFTER Template;
Property changes on: branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.2.2.6
\ No newline at end of property
+1.2.2.7
\ No newline at end of property
Event Timeline
Log In to Comment