You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATEINDEXIF NOT EXISTS "provider_accountinfo_provider_idx"ON"provider_accountinfo" ("provider");--> statement-breakpoint
CREATEINDEXIF NOT EXISTS "provider_accountinfo_timestamp_idx"ON"provider_accountinfo" ("timestamp");--> statement-breakpoint
DO $$ BEGIN
ALTERTABLE"provider_accountinfo" ADD CONSTRAINT"provider_accountinfo_provider_providers_address_fk"FOREIGN KEY ("provider") REFERENCES"providers"("address") ON DELETE no action ONUPDATE no action;