feat(Notes): implement manual ordering for notes, add drag-and-drop functionality, and update related components for reordering
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- AlterTable Note - Add order column
|
||||
ALTER TABLE "Note" ADD COLUMN "order" INTEGER NOT NULL DEFAULT 0;
|
||||
|
||||
Reference in New Issue
Block a user