This commit is contained in:
dal 2025-09-29 16:56:54 -06:00
parent cb445e32a8
commit aa52cfdc81
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 2 deletions

View File

@ -13,13 +13,11 @@ BEGIN
INSERT INTO users (
email,
name,
is_guest,
created_at,
updated_at
) VALUES (
'support@buster.so',
'Buster',
false,
now(),
now()
)