mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-06 04:35:03 -05:00
* improvement(oauth): added random identifier in unnused accountId to bypass betterauth unique constraint * ack pr comments
2 lines
177 B
SQL
2 lines
177 B
SQL
DROP INDEX "account_user_provider_account_unique";--> statement-breakpoint
|
|
CREATE UNIQUE INDEX "account_user_provider_unique" ON "account" USING btree ("user_id","provider_id"); |