mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update seed data
This commit is contained in:
@@ -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);
|
|
Reference in New Issue
Block a user