prisma migration fix booted repair_ticket_migration_started DO INSERT 0 0 ERROR: foreign key constraint "provider_accounts_tenantId_fkey" cannot be implemented DETAIL: Key columns "tenantId" and "id" are of incompatible types: text and uuid. CONTEXT: SQL statement "ALTER TABLE public.provider_accounts ADD CONSTRAINT "provider_accounts_tenantId_fkey" FOREIGN KEY ("tenantId") REFERENCES public.tenants("id") ON DELETE SET NULL ON UPDATE CASCADE" PL/pgSQL function inline_code_block line 58 at SQL statement repair_ticket_migration_exit=3