Create new table to be used for querying IP ranges.
authorMusikAnimal <musikanimal@gmail.com>
Wed, 9 Aug 2017 21:34:09 +0000 (17:34 -0400)
committerMusikAnimal <musikanimal@wikimedia.org>
Thu, 10 Aug 2017 21:28:16 +0000 (21:28 +0000)
commitd779a09035c43785e544279b93242a01960f6c72
treed8da12cca6263250d16b0841bd3c7ff2a9f5dfb0
parentc61c1ac00079c654a0e1a68bf5c25c1f5bef031a
Create new table to be used for querying IP ranges.

When revisions by logged out users are created, they will get copied
to this table. We can then JOIN it with revision when querying for
ranges at Special:Contributions.

DBA approval for this table can be found at T156318

Bug: T163562

Change-Id: I6593eb13701128faa782691a6b25ec01869c827d
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
maintenance/archives/patch-ip_changes.sql [new file with mode: 0644]
maintenance/sqlite/archives/patch-ip_changes.sql [new file with mode: 0644]
maintenance/tables.sql