mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2025-12-16 23:14:15 -06:00
fix: tracker tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
INSERT INTO
|
||||
users (username, email, password_hash, registered_from_ip, passkey, class)
|
||||
users (username, email, password_hash, registered_from_ip, passkey, class_name)
|
||||
VALUES
|
||||
('test_user', 'test_email@testdomain.com', '$argon2id$v=19$m=19456,t=2,p=1$WM6V9pJ2ya7+N+NNIUtolg$n128u9idizCHLwZ9xhKaxOttLaAVZZgvfRZlRAnfyKk', '10.10.4.88', 'd2037c66dd3e13044e0d2f9b891c3837', 'newbie');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user