amélioration .sql

This commit is contained in:
Florian Bouillon 2019-03-07 16:33:28 +01:00
parent a4d60d2f76
commit 98a10db528

View File

@ -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');
-- --------------------------------------------------------