~Hello, I’m trying to work on hydra to implement t...
# talk-hydra
f
Hello, I’m trying to work on hydra to implement the Device Authorization Code. I have a container with hydra and all Go tools. I retrieve from the Kratos project the entrypoint.sh which allow to remote debug thanks to delve inside a container. I try it with hydra and after a few adjustement it run like a charm. BUT, I add some migrations files to the persister to create a device code table in the postgres local table. When I’m trying to run migration through
hydra migrate sql $dsn --yes
from the build binary produced, the migration process with all previously migration files runs well except that my files are not processed at all. I spend 2 days to try to understand why but -_- . Anyone has an idea why ?