Matthias Mullie has uploaded a new change for review.
https://gerrit.wikimedia.org/r/64063
Change subject: (bug 43381) ArticleFeedbackv5 query issue with SQLite
......................................................................
(bug 43381) ArticleFeedbackv5 query issue with SQLite
Bug: 43381
Change-Id: I63bc076651ca0f52d61fcac32cc6b3be48940632
---
M sql/ArticleFeedbackv5.sql
1 file changed, 13 insertions(+), 13 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticleFeedbackv5
refs/changes/63/64063/1
diff --git a/sql/ArticleFeedbackv5.sql b/sql/ArticleFeedbackv5.sql
index aa60eb2..dd71010 100644
--- a/sql/ArticleFeedbackv5.sql
+++ b/sql/ArticleFeedbackv5.sql
@@ -10,26 +10,26 @@
aft_form binary(1) NOT NULL DEFAULT '',
aft_cta binary(1) NOT NULL DEFAULT '',
aft_link binary(1) NOT NULL DEFAULT '',
- aft_rating boolean NOT NULL,
+ aft_rating tinyint(1) NOT NULL,
aft_comment mediumblob NOT NULL DEFAULT '',
aft_timestamp varbinary(14) NOT NULL DEFAULT '',
aft_discuss enum('user', 'talk') DEFAULT NULL,
- aft_oversight boolean NOT NULL DEFAULT 0,
- aft_decline boolean NOT NULL DEFAULT 0,
- aft_request boolean NOT NULL DEFAULT 0,
- aft_hide boolean NOT NULL DEFAULT 0,
- aft_autohide boolean NOT NULL DEFAULT 0,
+ aft_oversight tinyint(1) NOT NULL DEFAULT 0,
+ aft_decline tinyint(1) NOT NULL DEFAULT 0,
+ aft_request tinyint(1) NOT NULL DEFAULT 0,
+ aft_hide tinyint(1) NOT NULL DEFAULT 0,
+ aft_autohide tinyint(1) NOT NULL DEFAULT 0,
aft_flag integer unsigned NOT NULL DEFAULT 0,
- aft_autoflag boolean NOT NULL DEFAULT 0,
- aft_feature boolean NOT NULL DEFAULT 0,
- aft_resolve boolean NOT NULL DEFAULT 0,
- aft_noaction boolean NOT NULL DEFAULT 0,
- aft_inappropriate boolean NOT NULL DEFAULT 0,
- aft_archive boolean NOT NULL DEFAULT 0,
+ aft_autoflag tinyint(1) NOT NULL DEFAULT 0,
+ aft_feature tinyint(1) NOT NULL DEFAULT 0,
+ aft_resolve tinyint(1) NOT NULL DEFAULT 0,
+ aft_noaction tinyint(1) NOT NULL DEFAULT 0,
+ aft_inappropriate tinyint(1) NOT NULL DEFAULT 0,
+ aft_archive tinyint(1) NOT NULL DEFAULT 0,
aft_archive_date varbinary(14) DEFAULT NULL,
aft_helpful integer unsigned NOT NULL DEFAULT 0,
aft_unhelpful integer unsigned NOT NULL DEFAULT 0,
- aft_has_comment boolean NOT NULL DEFAULT 0,
+ aft_has_comment tinyint(1) NOT NULL DEFAULT 0,
aft_net_helpful integer NOT NULL DEFAULT 0,
aft_relevance_score integer NOT NULL DEFAULT 0
) /*$wgDBTableOptions*/;
--
To view, visit https://gerrit.wikimedia.org/r/64063
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I63bc076651ca0f52d61fcac32cc6b3be48940632
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits