Reedy has uploaded a new change for review.
https://gerrit.wikimedia.org/r/165590
Change subject: Add missing /*$wgDBTableOptions*/
......................................................................
Add missing /*$wgDBTableOptions*/
Change-Id: Id7fdc99dcef82b487bb5229e8f8edf9399d794b9
---
M flow.sql
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/90/165590/1
diff --git a/flow.sql b/flow.sql
index 85a2e2b..d222f34 100644
--- a/flow.sql
+++ b/flow.sql
@@ -145,7 +145,7 @@
ref_target_namespace int not null,
ref_target_title varbinary(255) not null,
ref_type varbinary(16) not null
-);
+) /*$wgDBTableOptions*/;
CREATE UNIQUE INDEX /*i*/flow_wiki_ref_pk ON /*_*/flow_wiki_ref
(ref_src_namespace, ref_src_title, ref_type, ref_target_namespace,
ref_target_title, ref_src_object_type, ref_src_object_id);
@@ -161,7 +161,7 @@
ref_src_title varbinary(255) not null,
ref_target varbinary(255) not null,
ref_type varbinary(16) not null
-);
+) /*$wgDBTableOptions*/;
CREATE UNIQUE INDEX /*i*/flow_ext_ref_pk ON /*_*/flow_ext_ref
(ref_src_namespace, ref_src_title, ref_type, ref_target,
ref_src_object_type, ref_src_object_id);
--
To view, visit https://gerrit.wikimedia.org/r/165590
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7fdc99dcef82b487bb5229e8f8edf9399d794b9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits