We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1d182 commit 3491a2fCopy full SHA for 3491a2f
pkg/migration/scripts/dump_schema.sh
@@ -48,6 +48,7 @@ pg_dump \
48
| sed -E "s/^REVOKE (.+) ON (.+) \"(${EXCLUDED_SCHEMAS:-})\"/-- &/" \
49
| sed -E 's/^(CREATE EXTENSION IF NOT EXISTS "pg_tle").+/\1;/' \
50
| sed -E 's/^(CREATE EXTENSION IF NOT EXISTS "pgsodium").+/\1;/' \
51
+| sed -E 's/^(CREATE EXTENSION IF NOT EXISTS "pgmq").+/\1;/' \
52
| sed -E 's/^COMMENT ON EXTENSION (.+)/-- &/' \
53
| sed -E 's/^CREATE POLICY "cron_job_/-- &/' \
54
| sed -E 's/^ALTER TABLE "cron"/-- &/' \
0 commit comments