MCR: replace slot_inherited with slot_origin
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 6 Mar 2018 14:42:43 +0000 (15:42 +0100)
committerdaniel <daniel.kinzler@wikimedia.de>
Mon, 19 Mar 2018 20:51:56 +0000 (21:51 +0100)
commitb0bdfd7e9f7fab3fb2eae37da5d953d03362c15f
tree041ff2a3551036c0c5540eb99a880f06d491315e
parentec108ea14beef26f08987071084f485f2c30c495
MCR: replace slot_inherited with slot_origin

Bug: T189004
Change-Id: Ie9dbda3296a71f584c82a5f275098adc225a53d5
21 files changed:
includes/Storage/RevisionStore.php
includes/Storage/SlotRecord.php
includes/installer/MssqlUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/OracleUpdater.php
includes/installer/PostgresUpdater.php
includes/installer/SqliteUpdater.php
maintenance/archives/patch-slot-origin.sql [new file with mode: 0644]
maintenance/archives/patch-slots.sql
maintenance/mssql/archives/patch-slot-origin.sql [new file with mode: 0644]
maintenance/mssql/archives/patch-slots.sql
maintenance/mssql/tables.sql
maintenance/oracle/archives/patch-slot-origin.sql [new file with mode: 0644]
maintenance/oracle/archives/patch-slots.sql
maintenance/oracle/tables.sql
maintenance/postgres/archives/patch-slots-table.sql
maintenance/postgres/tables.sql
maintenance/sqlite/archives/patch-slot-origin.sql [new file with mode: 0644]
maintenance/tables.sql
tests/phpunit/includes/Storage/RevisionStoreDbTest.php
tests/phpunit/includes/Storage/SlotRecordTest.php