added user config
This commit is contained in:
@@ -3,6 +3,11 @@ INSERT INTO user_ (username, email, uuid, password_hash) VALUES
|
||||
('bob', 'bob@example.com', '019b1e36-3b8c-7f82-b845-6bfeb72466ce', '$argon2id$v=19$m=19456,t=2,p=1$mzO6Qx8ZH4/wrj14ZgKiuA$7bxNWCgsIVEfPgtueFbjbi8mDjbAHMYAHOGpxTJnEpQ'),
|
||||
('carol', 'carol@example.com', '019b1e36-7706-76e2-b9ce-b37916ddfc99', '$argon2id$v=19$m=19456,t=2,p=1$5rw/7uIJIKMnyqNrYQt92Q$DJVEfgbaZtkflsmDEkSoR3uDQmujI4T73cWq9hOBgVI');
|
||||
|
||||
INSERT INTO user_config_ (user_id, config) VALUES
|
||||
(1, '{"language": "French", "theme": "Catppuccin Mocha"}'),
|
||||
(2, '{"language": "English", "theme": "Nordic", "compact_layout": true}'),
|
||||
(3, '{"language": "English", "theme": "Tokyo Night", "compact_layout": false}');
|
||||
|
||||
INSERT INTO room_ (owner, name, global, uuid) VALUES
|
||||
(1, 'General Discussion', true, '5dc599ee-1f5c-40c2-a22a-e40780d2d960'),
|
||||
(2, 'Tech Talk', false, '6b14fe7b-2171-4464-95af-4888062b1b6d'),
|
||||
|
||||
Reference in New Issue
Block a user