Added reference to declared variable for users table's email field

This commit is contained in:
Alex Tavarez
2025-09-03 14:35:47 -04:00
parent ab5711c584
commit 776646ef12

View File

@@ -35,7 +35,7 @@ INSERT INTO users (
VALUES (
'root',
'$argon2id$v=19$m=256,t=1,p=4$JRuXmK5RvRJvvpvpWIF2UA$0uf3V1FHaIVmCgp2JfF+Mfrm66ihKXhKkf0RN820y/k',
'admin@sukaato.moe',
@email_address,
'[15, 15, 15, 15, 15, 15]'
);