Kaldari has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/266645

Change subject: Adjusting schema to match user_id definition in core
......................................................................

Adjusting schema to match user_id definition in core

Not including an update patch since the change has almost no practical
effect on existing installations.

Change-Id: If795591b18a385657a66a19068ea54b4b9c6523d
---
M patches/WikiLoveLog.sql
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiLove 
refs/changes/45/266645/1

diff --git a/patches/WikiLoveLog.sql b/patches/WikiLoveLog.sql
index 03af6c4..b5f0188 100644
--- a/patches/WikiLoveLog.sql
+++ b/patches/WikiLoveLog.sql
@@ -7,10 +7,10 @@
 CREATE TABLE IF NOT EXISTS /*_*/wikilove_log (
        wll_id int NOT NULL PRIMARY KEY auto_increment,         -- unique id
        wll_timestamp binary(14) NOT NULL,                      -- timestamp
-       wll_sender int(11) NOT NULL,                            -- user id of 
the sender
+       wll_sender int unsigned NOT NULL,                   -- user id of the 
sender
        wll_sender_registration binary(14) default NULL,        -- registration 
date of the sender
        wll_sender_editcount int(11) default NULL,                      -- 
total number of edits for the sender
-       wll_receiver int(11) NOT NULL,                          -- user id of 
the receiver
+       wll_receiver int unsigned NOT NULL,                 -- user id of the 
receiver
        wll_receiver_registration binary(14) default NULL,      -- registration 
date of the receiver
        wll_receiver_editcount int(11) default NULL,            -- total number 
of edits for the receiver
        wll_type varchar(64) NOT NULL,                          -- type (and 
subtype) of message

-- 
To view, visit https://gerrit.wikimedia.org/r/266645
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If795591b18a385657a66a19068ea54b4b9c6523d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiLove
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to