discourse/spec/fixtures/db
Gerhard Schlager 859d9b75a7 FIX: Restoring backup from PG12 could fail on PG10
The `EXECUTE FUNCTION` syntax for `CREATE TRIGGER` statements was introduced in PostgreSQL 11. We need to replace `EXECUTE FUNCTION` with `EXECUTE PROCEDURE` in order to be able to restore backups created with PG12 on PG10.
2020-06-16 16:04:14 +02:00
..
migrate DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
post_migrate FIX: Allow post migrations using `#change` to carry out unsafe migration 2020-05-15 14:23:27 +08:00
restore FIX: Restoring backup from PG12 could fail on PG10 2020-06-16 16:04:14 +02:00