Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1172985
D378.id926.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
Tue, Sep 30, 8:30 AM
Size
641 B
Mime Type
text/x-diff
Expires
Wed, Oct 1, 8:30 AM (20 h, 40 m)
Engine
blob
Format
Raw Data
Handle
760232
Attached To
D378: INP-1780 - Sync "Semaphores" table structure between clean install and upgrade
D378.id926.diff
View Options
Index: core/install/upgrades.sql
===================================================================
--- core/install/upgrades.sql
+++ 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