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 (
|
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()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue