mirror of
https://github.com/d0zingcat/alert-message-center.git
synced 2026-05-13 15:09:19 +00:00
3 lines
276 B
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; |