Make sidebar collections sortable

This commit is contained in:
Isaac Wise
2024-02-22 01:51:51 -06:00
parent 0dda77db1e
commit 44272540aa
9 changed files with 253 additions and 69 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "collectionOrder" INTEGER[] DEFAULT ARRAY[]::INTEGER[];