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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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