mirror of
https://github.com/usememos/memos.git
synced 2025-12-09 21:57:02 +08:00
chore: update seed data
This commit is contained in:
parent
6c481743de
commit
6df3cf808e
1 changed files with 0 additions and 14 deletions
|
|
@ -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…
Add table
Reference in a new issue