Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1101468
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
Sat, Aug 16, 8:38 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Mon, Aug 18, 8:38 PM (15 h, 8 m)
Engine
blob
Format
Raw Data
Handle
713370
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql
===================================================================
--- branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql (revision 7782)
+++ branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql (revision 7783)
@@ -1,8 +1,8 @@
# ===== 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 inst_PersistantSessionData DROP PRIMARY KEY ;
-ALTER TABLE inst_PersistantSessionData ADD INDEX ( `PortalUserId` ) ;
+ALTER TABLE PersistantSessionData DROP PRIMARY KEY ;
+ALTER TABLE PersistantSessionData ADD INDEX ( `PortalUserId` ) ;
Property changes on: branches/unlabeled/unlabeled-1.2.2/core/install/upgrades.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.2.2.4
\ No newline at end of property
+1.2.2.5
\ No newline at end of property
Event Timeline
Log In to Comment