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 ( INSERT INTO users (
email, email,
name, name,
is_guest,
created_at, created_at,
updated_at updated_at
) VALUES ( ) VALUES (
'support@buster.so', 'support@buster.so',
'Buster', 'Buster',
false,
now(), now(),
now() now()
) )