Column mg.name does not exist

I just started setting up everything again, I had the ApplicationServer working but not the NetworkServer, i believe i had some dirty db or something, I saw new versions and decided to start fresh, but after I updated the NetworkServer and ApplicationServer i got the network server running fine, but I get this error on the ApplicationServer now: level=fatal msg=“setup storage error: select error: pq: column mg.name does not exist”

Am I missing something obvious? the error makes sense since there truly is no column of the name, but it is auto migrated?

Thanks in advance

Have you tried running the migrations against a clean database? In case of migration issue an error is printed in the logs and you need to cleanup the error manually. I assume something like this happened, and your schema is now in a half migrated state.