Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847913
D378.diff
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, Apr 19, 7:46 PM
Size
686 B
Mime Type
text/x-diff
Expires
Sun, Apr 20, 7:46 PM (1 h, 2 m)
Engine
blob
Format
Raw Data
Handle
602693
Attached To
D378: INP-1780 - Sync "Semaphores" table structure between clean install and upgrade
D378.diff
View Options
Index: branches/5.2.x/core/install/upgrades.sql
===================================================================
--- branches/5.2.x/core/install/upgrades.sql
+++ branches/5.2.x/core/install/upgrades.sql
@@ -2955,3 +2955,4 @@
# ===== v 5.2.2-B3 =====
INSERT INTO SearchConfig VALUES ('Categories', 'PageContent', 1, 1, 'lu_fielddesc_category_PageContent', 'lc_field_PageContent', 'In-Portal', 'la_text_category', 22, DEFAULT, 1, 'text', 'MULTI:PageRevisions.PageContent', '{ForeignTable}.PageId = {LocalTable}.CategoryId AND {ForeignTable}.RevisionNumber = {LocalTable}.LiveRevisionNumber', NULL, NULL, NULL, NULL, NULL);
+ALTER TABLE Semaphores CHANGE MainIDs MainIDs TEXT NULL;
Event Timeline
Log In to Comment