Added reference to declared variable for users table's email field
This commit is contained in:
		@@ -35,7 +35,7 @@ INSERT INTO users (
 | 
				
			|||||||
VALUES (
 | 
					VALUES (
 | 
				
			||||||
    'root',
 | 
					    'root',
 | 
				
			||||||
    '$argon2id$v=19$m=256,t=1,p=4$JRuXmK5RvRJvvpvpWIF2UA$0uf3V1FHaIVmCgp2JfF+Mfrm66ihKXhKkf0RN820y/k',
 | 
					    '$argon2id$v=19$m=256,t=1,p=4$JRuXmK5RvRJvvpvpWIF2UA$0uf3V1FHaIVmCgp2JfF+Mfrm66ihKXhKkf0RN820y/k',
 | 
				
			||||||
    'admin@sukaato.moe',
 | 
					    @email_address,
 | 
				
			||||||
    '[15, 15, 15, 15, 15, 15]'
 | 
					    '[15, 15, 15, 15, 15, 15]'
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user