[schema] Make column user_newtalk.user_id an unsigned int
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 15 Feb 2015 18:29:38 +0000 (19:29 +0100)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 17 Feb 2015 17:27:54 +0000 (17:27 +0000)
commita086557ab80890472ad0512be8331c5a994dd24b
treefca6bf82b0ac7904ad302601c1e615012b27aa77
parent4c228c92f0574fa340d35509de5720dfb3d31eb7
[schema] Make column user_newtalk.user_id an unsigned int

The primary key of the user table is an unsigned int, the column
user_newtalk.user_id refer the id and should have the same typ to store
the same values as the user table does.

No pre-deployment activity necessary; no need to sync deployment
and merge; can be done at any time (now or later)

Bug: T77005
Change-Id: I641dc1fad0a5bb14815f55e0357243a562fd672b
includes/db/DatabaseMysqlBase.php
includes/installer/MysqlUpdater.php
maintenance/archives/patch-user-newtalk-userid-unsigned.sql [new file with mode: 0644]
maintenance/tables.sql