feat(Notes): add favorite functionality to notes, allowing users to toggle favorites and filter notes accordingly
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Note" ADD COLUMN "isFavorite" BOOLEAN NOT NULL DEFAULT 0;
|
||||
|
||||
Reference in New Issue
Block a user