commit
This commit is contained in:
4
drizzle/0017_flowery_moondragon.sql
Normal file
4
drizzle/0017_flowery_moondragon.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE "organizations" ADD COLUMN "is_active" boolean DEFAULT true NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "organizations" ADD COLUMN "deleted_at" timestamp with time zone;--> statement-breakpoint
|
||||
ALTER TABLE "organizations" ADD COLUMN "deleted_by" text;--> statement-breakpoint
|
||||
ALTER TABLE "organizations" ADD CONSTRAINT "organizations_deleted_by_users_id_fk" FOREIGN KEY ("deleted_by") REFERENCES "public"."users"("id") ON DELETE set null ON UPDATE no action;
|
||||
Reference in New Issue
Block a user