Unverified Commit 6df3cf80 authored by Michael's avatar Michael Committed by GitHub

chore: update seed data

parent 6c481743
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment