mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
feat: add single player mode
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
INSERT INTO "User" ("email", "name") VALUES (
|
||||
'serviceaccount@documenso.com',
|
||||
'Service Account'
|
||||
) ON CONFLICT DO NOTHING;
|
||||
Reference in New Issue
Block a user