From 0fd2a7d04638630acf06670df932f3cf91550118 Mon Sep 17 00:00:00 2001 From: Mikkel <4072916+Mikk3@users.noreply.github.com> Date: Tue, 24 May 2022 14:20:08 +0200 Subject: [PATCH] typo --- aula/schema_ins.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aula/schema_ins.sql b/aula/schema_ins.sql index 17ceb3e..88d0e89 100644 --- a/aula/schema_ins.sql +++ b/aula/schema_ins.sql @@ -19,7 +19,7 @@ INSERT INTO threads(thread_id ,title, group_id, creator_id) VALUES INSERT INTO messages (message_id, content, thread_id, author_id) VALUES (4000,'Eleverne har ondt i fødderne når de spiller fodbild. Hvem kender et godt skomærke?', 2000, 5000); -INSERT INTO users_threads (user_id, thread_id) VALUES (5000, 4000); +INSERT INTO users_threads (user_id, thread_id) VALUES (5000, 2000); INSERT INTO posts (post_id, group_id, author_id, title, content) VALUES (6000, 1000, 5001, 'Fodbold på torsdag', 'HUSK BOLDEN DENNE GANG!!'); \ No newline at end of file