♻️ Re-organize workspace folders
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
-- CreateEnum
|
||||
CREATE TYPE "GraphNavigation" AS ENUM ('MOUSE', 'TRACKPAD');
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "graphNavigation" "GraphNavigation";
|
Reference in New Issue
Block a user