Index: docs/test-data.sql
===================================================================
--- docs/test-data.sql	(revision 99e241a452755bcce1157c3fa57a047f28f99d9d)
+++ docs/test-data.sql	(revision 00915a327e7a579b2a064e365bc1cf9f78a4a128)
@@ -40,18 +40,4 @@
     (4, 6),
     (5, 7);
-
-INSERT INTO tag (name)
-VALUES
-    ('Tag1'),
-    ('Tag2'),
-    ('Tag3');
-
-INSERT INTO tag_threads (thread_id, tag_name)
-VALUES
-    (1, 'Tag1'),
-    (3, 'Tag2'),
-    (5, 'Tag3'),
-    (6, 'Tag1');
-
 INSERT INTO topic_belongs_to_project (topic_id, project_id)
 VALUES
@@ -109,2 +95,3 @@
     (NOW(), 'Hello, team!', 2, 5, 'General'),
     (NOW(), 'We need to push the deadline.', 3, 5, 'Updates');
+   
