From 6df3cf808ec0bd03cb63bfc6d56fc7a1a87cad49 Mon Sep 17 00:00:00 2001 From: Michael <161408495+michaelien@users.noreply.github.com> Date: Mon, 13 May 2024 10:15:30 +0800 Subject: [PATCH] chore: update seed data --- store/db/sqlite/seed/10004__tag.sql | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 store/db/sqlite/seed/10004__tag.sql diff --git a/store/db/sqlite/seed/10004__tag.sql b/store/db/sqlite/seed/10004__tag.sql deleted file mode 100644 index 2db7ce552..000000000 --- a/store/db/sqlite/seed/10004__tag.sql +++ /dev/null @@ -1,14 +0,0 @@ -INSERT INTO - tag (`name`, `creator_id`) -VALUES - ('Hello', 101); - -INSERT INTO - tag (`name`, `creator_id`) -VALUES - ('TODO', 101); - -INSERT INTO - tag (`name`, `creator_id`) -VALUES - ('TODO', 102); \ No newline at end of file