mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update package name
This commit is contained in:
9
store/db/sqlite/seed/10003__memo_organizer.sql
Normal file
9
store/db/sqlite/seed/10003__memo_organizer.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
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);
|
Reference in New Issue
Block a user