fix: additional backwards compat

This commit is contained in:
David Nguyen
2025-10-14 15:47:02 +11:00
parent 0eef4cd7e6
commit 304c519c30
13 changed files with 9 additions and 24 deletions

View File

@ -1,2 +0,0 @@
-- AlterEnum
ALTER TYPE "DocumentSource" ADD VALUE 'NONE';

View File

@ -287,7 +287,7 @@ SELECT
NULL,
t."title",
'DRAFT',
'NONE'::"DocumentSource",
'TEMPLATE'::"DocumentSource",
NULL,
1,
t."useLegacyFieldInsertion",