Hi !
I setup a Directus instance on an already existing database, everything is working fine except that it seems to not have picked up relations and put it inside directus_relations, so when requesting /relations api endpoint, the meta field is empty. (I'm using a extension to generate types, and it throws an error because of that).
Can we force Directus to "populate" the database with the correct data about relations ?
What seems weird is that I can change the "On suppresion action" and it seems to have no problem with it (maybe it's changing/reading the SQL properties of the column directly)
Or do I need to add relations manually inside directus_relations ?