2 lines
109 B
SQL
2 lines
109 B
SQL
ALTER TABLE "assignments" ADD COLUMN IF NOT EXISTS "overbookingAcknowledged" BOOLEAN NOT NULL DEFAULT false;
|