chore: Allow to fetch remote link using the service name or the alias from the use remote link step (#8140)

* chore: Allow to fetch remote link using the service name or the alias from the use remote link step

* revert package.json

* fix packages
This commit is contained in:
Adrien de Peretti
2024-07-16 11:03:41 +02:00
committed by GitHub
parent ffd4b195ee
commit 8a68919ed3
4 changed files with 78 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ export class Migration20240703095850 extends Migration {
'CREATE UNIQUE INDEX "IDX_user_email" ON "user" (email) WHERE deleted_at IS NULL;'
)
// Adding this log here as the point of failure is not in this function, but bundled up when running all pending migration
console.warn(
console.info(
`Note: If the index "IDX_user_email" fails to create, then delete any existing users with duplicate emails before retrying the migration.`
)
}