fix(DB): DB migration
This commit is contained in:
parent
954411d995
commit
557aed645d
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "public"."shifts" ADD COLUMN "is_remote" BOOLEAN NOT NULL DEFAULT false;
|
||||||
Loading…
Reference in New Issue
Block a user