From 98a10db5287cc6ccc6ee9743358503d72ef58b38 Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 7 Mar 2019 16:33:28 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/data.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/sql/data.sql b/sql/data.sql index 85398c7..9baefe4 100644 --- a/sql/data.sql +++ b/sql/data.sql @@ -89,12 +89,10 @@ INSERT INTO `post_tag` (`post_id`, `tag`) VALUES (6, 2), (6, 3), (6, 4), -(6, 5), (6, 6), (7, 6), (7, 1), (7, 3), -(7, 5); -- -------------------------------------------------------- @@ -117,7 +115,6 @@ INSERT INTO `tag` (`id`, `url`, `name`) VALUES (2, NULL, 'photoshop'), (3, NULL, 'google'), (4, NULL, 'apple'), -(5, NULL, ''), (6, NULL, 'tesla'); -- --------------------------------------------------------