chore: update package name

This commit is contained in:
Steven
2023-10-05 23:11:29 +08:00
parent 99d9bd2d75
commit a6ee61e96d
79 changed files with 172 additions and 314 deletions

View 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);