mirror of https://github.com/buster-so/buster.git
fix sql
This commit is contained in:
parent
cb445e32a8
commit
aa52cfdc81
|
@ -13,13 +13,11 @@ BEGIN
|
|||
INSERT INTO users (
|
||||
email,
|
||||
name,
|
||||
is_guest,
|
||||
created_at,
|
||||
updated_at
|
||||
) VALUES (
|
||||
'support@buster.so',
|
||||
'Buster',
|
||||
false,
|
||||
now(),
|
||||
now()
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue