mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-02 18:55:25 -05:00
* improvement(enterprise): enterprise checks code consolidation * update docs * revert isHosted check * add unique index to prevent multiple orgs per user * address greptile comments * ui bug
2 lines
137 B
SQL
2 lines
137 B
SQL
DROP INDEX "member_user_id_idx";--> statement-breakpoint
|
|
CREATE UNIQUE INDEX "member_user_id_unique" ON "member" USING btree ("user_id"); |