8 lines
490 B
SQL
8 lines
490 B
SQL
INSERT INTO "server_user" ("username", "mail", "password", "id42", "pfp") VALUES
|
|
('tomoron', 'a@a.com', 'a5f1efc32bcc4dc53e471f9620b78ca9', NULL, '/static/img/default_pfp.jpg'),
|
|
('patate', 'b@b.com', '5e547979d3f20f43c87e5e0e8406f267', NULL, '/static/img/default_pfp.jpg');
|
|
|
|
INSERT INTO "server_message" ("date", "sender_id", "to_id", "content") VALUES
|
|
('2024-08-25 18:10:54.27476+00', 1, 2, 'coucou'),
|
|
('2024-08-25 18:11:25.987857+00', 2, 1, 'coucou les musulmans moi je mange la glace');
|