mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +08:00
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. |
||
|---|---|---|
| .. | ||
| migrate | ||
| post_migrate | ||
| restore | ||