chore: update seed data

This commit is contained in:
Michael
2024-05-13 10:15:30 +08:00
committed by GitHub
parent 6c481743de
commit 6df3cf808e

View File

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