mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-27 19:24:49 +02:00
4 lines
271 B
SQL
4 lines
271 B
SQL
ALTER TABLE "challenge_throttle" DROP CONSTRAINT "challenge_throttle_tenant_id_tenant_id_fk";
|
|
--> statement-breakpoint
|
|
ALTER TABLE "tenant" ADD COLUMN "features" json NOT NULL DEFAULT '[]';--> statement-breakpoint
|
|
ALTER TABLE "challenge_throttle" DROP COLUMN "tenant_id"; |