Skip to content

Commit

Permalink
Merge pull request #336 from blinko-space/dev
Browse files Browse the repository at this point in the history
improve some code
  • Loading branch information
blinko-space authored Dec 18, 2024
2 parents 0e6ff7a + 5331ee6 commit 8f8b7fc
Show file tree
Hide file tree
Showing 23 changed files with 776 additions and 234 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"react-accessible-treeview": "^2.9.1",
"react-audio-visualize": "^1.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-beautiful-dnd-next": "^11.0.5",
"react-burger-menu": "^3.0.9",
"react-collapsed": "^4.1.2",
"react-dev-inspector": "^2.0.1",
Expand Down
130 changes: 130 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions prisma/migrations/20241218023101_0_27_0/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "attachments" ADD COLUMN "sortOrder" INTEGER NOT NULL DEFAULT 0;

-- AlterTable
ALTER TABLE "tag" ADD COLUMN "sortOrder" INTEGER NOT NULL DEFAULT 0;
Loading

0 comments on commit 8f8b7fc

Please sign in to comment.