We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all, I have installed the latest version of IDM and I get an error message when running the migration scripts.
~/fiware-idm$ git describe --tags 8.4.0-46-g195853ff
~/fiware-idm$ npm run-script migrate_db … … == 20210603073911-hashed-access-tokens: migrating ======= == 20210603073911-hashed-access-tokens: migrated (0.707s)
== 20210607162019-CreateDelegationEvidenceTable: migrating ======= == 20210607162019-CreateDelegationEvidenceTable: migrated (0.069s)
== 20210707102154-CreatePermissionFiwarePayload: migrating ======= == 20210707102154-CreatePermissionFiwarePayload: migrated (0.355s)
== 202309190008-IncreaseClientId: migrating =======
ERROR: Multiple primary key defined
This issue does not occur in the previous version IDM 8.3.3
Regards,
Johnny
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I have installed the latest version of IDM and I get an error message when running the migration scripts.
~/fiware-idm$ git describe --tags
8.4.0-46-g195853ff
~/fiware-idm$ npm run-script migrate_db
…
…
== 20210603073911-hashed-access-tokens: migrating =======
== 20210603073911-hashed-access-tokens: migrated (0.707s)
== 20210607162019-CreateDelegationEvidenceTable: migrating =======
== 20210607162019-CreateDelegationEvidenceTable: migrated (0.069s)
== 20210707102154-CreatePermissionFiwarePayload: migrating =======
== 20210707102154-CreatePermissionFiwarePayload: migrated (0.355s)
== 202309190008-IncreaseClientId: migrating =======
ERROR: Multiple primary key defined
This issue does not occur in the previous version IDM 8.3.3
Regards,
Johnny
The text was updated successfully, but these errors were encountered: