Barazo AppView backend barazo.forum
at main 3 lines 298 B view raw
1ALTER TABLE "replies" ADD COLUMN "depth" integer DEFAULT 1 NOT NULL;--> statement-breakpoint 2ALTER TABLE "community_settings" ADD COLUMN "max_reply_depth" integer DEFAULT 9999 NOT NULL;--> statement-breakpoint 3CREATE INDEX "replies_root_uri_depth_idx" ON "replies" USING btree ("root_uri","depth");