mirror of
https://github.com/usememos/memos.git
synced 2024-11-16 11:46:07 +08:00
5121e9f954
Move migration and seed code into driver
9 lines
No EOL
168 B
SQL
9 lines
No EOL
168 B
SQL
INSERT INTO
|
|
memo_organizer (`memo_id`, `user_id`, `pinned`)
|
|
VALUES
|
|
(1, 101, 1);
|
|
|
|
INSERT INTO
|
|
memo_organizer (`memo_id`, `user_id`, `pinned`)
|
|
VALUES
|
|
(3, 101, 1); |