Hi, I'm trying to deploy kratos with helm chart an...
# talk-kratos
e
Hi, I'm trying to deploy kratos with helm chart and getting this issue
Copy code
An error occurred while connecting to SQL: error executing migrations/sql/20210817181232000006_unique_credentials.mysql.up.sql, sql: ALTER TABLE `identity_credential_identifiers` MODIFY `identity_credential_type_id` char(36) NOT NULL;: Error 1832: Cannot change column 'identity_credential_type_id': used in a foreign key constraint 'identity_credential_identifiers_type_id_fk_idx'
Copy code
image: oryd/kratos:v0.9.0-alpha.2
@here ???