mirror of
https://github.com/documenso/documenso.git
synced 2026-07-24 08:54:20 +10:00
feat: add organisation template type (#2611)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TYPE "TemplateType" ADD VALUE 'ORGANISATION';
|
||||
@@ -954,6 +954,7 @@ model TeamEmailVerification {
|
||||
enum TemplateType {
|
||||
PUBLIC
|
||||
PRIVATE
|
||||
ORGANISATION
|
||||
}
|
||||
|
||||
model TemplateDirectLink {
|
||||
|
||||
Reference in New Issue
Block a user