Non-MySQL comment table updates
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 16 Jan 2018 17:30:24 +0000 (12:30 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 17 Jan 2018 17:45:36 +0000 (12:45 -0500)
commit0c0f70a326d6daab3754e1202ed460ec3bad6508
tree3a66a834fbfb41c1670cb6206f1f979d8d963936
parent79d298e37f8aeb42ccf43155a5be3c16b7688901
Non-MySQL comment table updates

Follows up Ic3a434c06.

Add schema for MSSQL and Oracle, and add a missing 'migrateComments'
call for PostgreSQL.

Bug: T166732
Change-Id: I408085db17bf951ce721427e7344b4afd5706e40
includes/installer/MssqlUpdater.php
includes/installer/OracleUpdater.php
includes/installer/PostgresUpdater.php
maintenance/mssql/archives/patch-comment-table.sql [new file with mode: 0644]
maintenance/mssql/tables.sql
maintenance/oracle/archives/patch-comment-table.sql [new file with mode: 0644]
maintenance/oracle/tables.sql