mirror of
https://github.com/usememos/memos.git
synced 2025-04-13 00:52:07 +02:00
chore: update seed data
This commit is contained in:
parent
6c481743de
commit
6df3cf808e
@ -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);
|
|
Loading…
x
Reference in New Issue
Block a user