fix(DB): DB migration

This commit is contained in:
Matthieu Haineault 2025-09-08 15:26:12 -04:00
parent 954411d995
commit 557aed645d

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "public"."shifts" ADD COLUMN "is_remote" BOOLEAN NOT NULL DEFAULT false;