wiki.techinc.nl/maintenance/postgres
Marks Polakovs c210066e6d Improve idempotency of postgres index upgrades
Change DROP INDEX statements to DROP INDEX IF EXISTS, meaning the
upgrade does not fail if they do not already exist (which is the desired
end state anyway).

Bug: T336868
Change-Id: Id073beda84065b067994a7405a78d484346b550d
2023-05-17 14:58:41 +01:00
..
archives Improve idempotency of postgres index upgrades 2023-05-17 14:58:41 +01:00
tables-generated.sql schema: Add user_is_temp column to the user table 2023-05-10 19:18:39 +01:00
tables.sql Migrate revision table to abstract schema 2021-05-20 14:52:15 -07:00
update-keys.sql