Files
alert-message-center/apps/server/drizzle/0001_shocking_hawkeye.sql

3 lines
276 B
SQL

ALTER TABLE "topic_group_chats" ADD COLUMN "status" text DEFAULT 'approved' NOT NULL;--> statement-breakpoint
ALTER TABLE "topics" ADD COLUMN "is_global" boolean DEFAULT false NOT NULL;--> statement-breakpoint
ALTER TABLE "users" ADD COLUMN "is_trusted" boolean DEFAULT false;