wiki.techinc.nl/maintenance/postgres
Ammarpad 5954b380fc Migrate revision table to abstract schema
Postgres:
 - Drop foreign key from rev_page
 - Make rev_page not nullable
 - Change rev_comment_id from int to bigint
 - Change rev_actor from int to bigint
 - Sync rev_page_id index with MySQL

MySQL/SQlite:
 - Drop default from rev_timestamp

Additional changes in the generator script to handle more
formatting issues due to use of additional custom table options

Bug: T230428
Bug: T164898
Change-Id: Ia07dd52e43123473a1728523a3f863280537db8e
2021-05-20 14:52:15 -07:00
..
archives objectcache: add last-modified token field to objectcache table 2021-05-18 20:06:37 -07:00
tables-generated.sql Migrate revision table to abstract schema 2021-05-20 14:52:15 -07:00
tables.sql Migrate revision table to abstract schema 2021-05-20 14:52:15 -07:00
update-keys.sql