From b30ddae617228619b6500af304fa37a0c90ed436 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Tue, 13 Jan 2026 23:23:47 +0000 Subject: [PATCH] fix: update export-meta.ts to use 'policy_type' instead of 'template' --- pgpm/core/src/export/export-meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgpm/core/src/export/export-meta.ts b/pgpm/core/src/export/export-meta.ts index 44ccff053..26b46bac5 100644 --- a/pgpm/core/src/export/export-meta.ts +++ b/pgpm/core/src/export/export-meta.ts @@ -172,7 +172,7 @@ const config: Record = { privilege: 'text', permissive: 'boolean', disabled: 'boolean', - template: 'text', + policy_type: 'text', data: 'jsonb' } },