mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
* improvement(chat): deployed chat no longer uses subdomains, uses sim.ai/chat/[identifier] * ui fix * added back validate route, remove backwards compatibility for subdomain redirects * cleanup * cleanup * add chat page to conditional theme layout, and remove custom chat css * consolidate theme providers * ack pr commnets --------- Co-authored-by: waleed <waleed>
3 lines
212 B
SQL
3 lines
212 B
SQL
ALTER TABLE "chat" RENAME COLUMN "subdomain" TO "identifier";--> statement-breakpoint
|
|
DROP INDEX "subdomain_idx";--> statement-breakpoint
|
|
CREATE UNIQUE INDEX "identifier_idx" ON "chat" USING btree ("identifier"); |