mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 02:32:00 +10:00
fix: additional backwards compat
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
-- AlterEnum
|
||||
ALTER TYPE "DocumentSource" ADD VALUE 'NONE';
|
||||
@ -287,7 +287,7 @@ SELECT
|
||||
NULL,
|
||||
t."title",
|
||||
'DRAFT',
|
||||
'NONE'::"DocumentSource",
|
||||
'TEMPLATE'::"DocumentSource",
|
||||
NULL,
|
||||
1,
|
||||
t."useLegacyFieldInsertion",
|
||||
|
||||
@ -330,7 +330,6 @@ enum DocumentSource {
|
||||
DOCUMENT
|
||||
TEMPLATE
|
||||
TEMPLATE_DIRECT_LINK
|
||||
NONE
|
||||
}
|
||||
|
||||
enum DocumentVisibility {
|
||||
|
||||
Reference in New Issue
Block a user