Page MenuHomeWickedGov Phorge

patch-translate_message_group_subscriptions-composite-primary-key.sql
No OneTemporary

Size
753 B
Referenced Files
None
Subscribers
None

patch-translate_message_group_subscriptions-composite-primary-key.sql

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: extensions/Translate/sql/abstractSchemaChanges/patch-translate_message_group_subscriptions-composite-primary-key.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE /*_*/translate_message_group_subscriptions
MODIFY tmgs_subscription_id INT UNSIGNED NOT NULL;
DROP INDEX translate_tmgs_group ON /*_*/translate_message_group_subscriptions;
DROP INDEX `primary` ON /*_*/translate_message_group_subscriptions;
ALTER TABLE /*_*/translate_message_group_subscriptions
DROP tmgs_subscription_id;
ALTER TABLE /*_*/translate_message_group_subscriptions
ADD PRIMARY KEY (tmgs_group, tmgs_user_id);

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 13:44 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a1/7c/1a7229d12f088ed412d027f9a9c4
Default Alt Text
patch-translate_message_group_subscriptions-composite-primary-key.sql (753 B)

Event Timeline