From 776646ef12694e4640873e8c0fb1d9f205a72eef Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 3 Sep 2025 14:35:47 -0400 Subject: [PATCH] Added reference to declared variable for users table's email field --- bin/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/init.sql b/bin/init.sql index 6a6f8f6..8a79240 100644 --- a/bin/init.sql +++ b/bin/init.sql @@ -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]' );