bumpy-apple-67716
01/06/2023, 1:36 PMrelation "networks" already exists (SQLSTATE 42P07)
error executing migrations/20150101000001000000_networks.postgres.up.sql, sql: -- Migration generated by the command below; DO NOT EDIT.
happy-advantage-63621
01/07/2023, 4:22 PMhydra_
prefix is used, hydra introduced networks
table which is pretty much same table as in kratos. you can temporarily rename kratos's table, then run your migrations, then copy nid data from kratos's networks over to hydra's networks, then fix all the foreign keys in kratos tables to reflect the change, but then it still will not work, because ory expects network to contain only a single nid record.
this is messed up.