mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
7 lines
607 B
SQL
7 lines
607 B
SQL
ALTER TABLE "jobs" ADD COLUMN "delete_after" timestamp with time zone;--> statement-breakpoint
|
|
ALTER TABLE "teams" ADD COLUMN "legal_hold" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "teams" ADD COLUMN "storage_quota" bigint;--> statement-breakpoint
|
|
ALTER TABLE "teams" ADD COLUMN "retention_hours" integer;--> statement-breakpoint
|
|
ALTER TABLE "users" ADD COLUMN "legal_hold" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "users" ADD COLUMN "storage_used" bigint DEFAULT 0 NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "users" ADD COLUMN "storage_quota" bigint; |