mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
chore: tidy code and extract alert-dialog
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
-- Create deleted@documenso.com
|
||||
DO $$
|
||||
BEGIN
|
||||
IF NOT EXISTS (SELECT 1 FROM "public"."User" WHERE "email" = 'deleted@documenso.com') THEN
|
||||
IF NOT EXISTS (SELECT 1 FROM "public"."User" WHERE "email" = 'deleted-account@documenso.com') THEN
|
||||
INSERT INTO
|
||||
"public"."User" (
|
||||
"email",
|
||||
@ -16,7 +16,7 @@ BEGIN
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
'deleted@documenso.com',
|
||||
'deleted-account@documenso.com',
|
||||
NOW(),
|
||||
NULL,
|
||||
NOW(),
|
||||
|
||||
Reference in New Issue
Block a user