Migrate ar_text to modern storage
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 28 Nov 2017 21:13:09 +0000 (16:13 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 9 Jan 2018 21:15:44 +0000 (16:15 -0500)
commit295b055ea33d97df9fe6a5323cb0f42ea59b3533
tree489e0c7decbfc99d9243235522590c262deef523
parent281e4b5f691b8738485d63d515fc0fef89a4ad79
Migrate ar_text to modern storage

This really should have been done a very long time ago.

This adds a maintenance script to migrate rows with ar_text_id null to
modern storage, either the text table or ExternalStore.

Bug: T36925
Change-Id: I5608c6b6d3ecad516b785e13d668427c1b762e41
autoload.php
includes/Storage/SqlBlobStore.php
includes/installer/DatabaseUpdater.php
includes/installer/MssqlUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/OracleUpdater.php
includes/installer/PostgresUpdater.php
includes/installer/SqliteUpdater.php
maintenance/migrateArchiveText.php [new file with mode: 0644]