wiki.techinc.nl/maintenance/postgres
Amir Sarabadani 2cc79854e8 Migrate archive table to abstract schema
One of the last ones left.

For MySQL/Sqlite:
 - Dropping default of ar_timestamp, empty string is not a valid
   timestamp.
 - Changing ar_title from "varchar() binary" to varbinary

for Postgres:
 - Set default for ar_namespace and ar_title
 - Change datatype of ar_comment_id, ar_actor, ar_namespace
The indexes were fixed separately.

Bug: T230428
Bug: T164898
Bug: T42626
Depends-On: I83cf1cd51ac9cf933c9175cefd6e38a6914f3494
Change-Id: Ic1d13a82b27f7fa39a0f0ea9c5b7b193b007e4ab
2021-03-13 21:51:16 +01:00
..
archives Drop 1.27 upgrade patch files 2021-03-09 07:15:37 +01:00
compare_schemas.pl Migrate text table to abstract schema 2021-01-09 16:07:54 +01:00
mediawiki_mysql2postgres.pl Migrate text table to abstract schema 2021-01-09 16:07:54 +01:00
tables-generated.sql Migrate archive table to abstract schema 2021-03-13 21:51:16 +01:00
tables.sql Migrate archive table to abstract schema 2021-03-13 21:51:16 +01:00
update-keys.sql