Make Schema changes for Partial Blocks
authorDavid Barratt <dbarratt@wikimedia.org>
Mon, 18 Jun 2018 14:26:20 +0000 (10:26 -0400)
committerRoan Kattouw <roan.kattouw@gmail.com>
Fri, 7 Sep 2018 22:25:49 +0000 (15:25 -0700)
commitc2bd4b12c7c3c1e9cecd87e7683d4acdb2b4697e
tree00b24313ba2be7d3c4ca1bdd3c7d280449ece508
parent7f6bd0c6fec48474f2225bd26979815c0229813d
Make Schema changes for Partial Blocks

Update the database schema so a block can be switched between a sitewide and
partial block. Also add the restrictions table for specifiying the partial
blocks.

Bug: T197144
Change-Id: I4a725312c4b980a1b14e5ca826069fa2278a5913
16 files changed:
includes/installer/MssqlUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/OracleUpdater.php
includes/installer/PostgresUpdater.php
includes/installer/SqliteUpdater.php
maintenance/archives/patch-ipb_sitewide.sql [new file with mode: 0644]
maintenance/archives/patch-ipblocks_restrictions-table.sql [new file with mode: 0644]
maintenance/mssql/archives/patch-ipb_sitewide.sql [new file with mode: 0644]
maintenance/mssql/archives/patch-ipblocks_restrictions-table.sql [new file with mode: 0644]
maintenance/mssql/tables.sql
maintenance/oracle/archives/patch-ipb_sitewide.sql [new file with mode: 0644]
maintenance/oracle/archives/patch-ipblocks_restrictions-table.sql [new file with mode: 0644]
maintenance/oracle/tables.sql
maintenance/postgres/archives/patch-ipblocks_restrictions-table.sql [new file with mode: 0644]
maintenance/postgres/tables.sql
maintenance/tables.sql