TypeError: Cannot read properties of undefined (reading 'joinColumn')

Hi
I created a new manyToMany relation in the jobs table
Now when I go to http://localhost:1337/jobs I get this error

System Information
  • Strapi Version: 5.1.0
  • Operating System: Windows 11
  • Database: sqlite
  • Node Version: 20.17.0
  • NPM Version: 10.8.2
  • Yarn Version:

No worries
I found that I removed the inverse relation by mistake
Thanks