mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
5 lines
126 B
SQL
5 lines
126 B
SQL
INSERT INTO "User" ("email", "name") VALUES (
|
|
'serviceaccount@documenso.com',
|
|
'Service Account'
|
|
) ON CONFLICT DO NOTHING;
|