Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F773568
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, Feb 2, 4:09 PM
Size
906 B
Mime Type
text/x-diff
Expires
Tue, Feb 4, 4:09 PM (2 h, 4 m)
Engine
blob
Format
Raw Data
Handle
556778
Attached To
rINP In-Portal
in-portal
View Options
Index: trunk/admin/install/upgrades/inportal_upgrade_v1.0.12.sql
===================================================================
--- trunk/admin/install/upgrades/inportal_upgrade_v1.0.12.sql (revision 1448)
+++ trunk/admin/install/upgrades/inportal_upgrade_v1.0.12.sql (revision 1449)
@@ -1 +1,5 @@
+ALTER TABLE Category DROP INDEX ResourceId, ADD UNIQUE ResourceId (ResourceId);
+ALTER TABLE PortalGroup DROP INDEX ResourceId, ADD UNIQUE ResourceId (ResourceId);
+ALTER TABLE PortalUser DROP INDEX ResourceId, ADD UNIQUE ResourceId (ResourceId);
+
UPDATE Modules SET Version = '1.0.12' WHERE Name = 'In-Portal';
\ No newline at end of file
Property changes on: trunk/admin/install/upgrades/inportal_upgrade_v1.0.12.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Event Timeline
Log In to Comment