mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04: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"); |