Delete views/model from dev

Hello,

I followed the Quick Tutorial and everything works somehow. I removed all these models and views but even after a ./gradlew clean, they are still available in the application.

How can I completely remove these views/models? I run the application in dev mode using Idea run which should be the same as ./gradlew run

Thanks,

Hello,

These objects are stored in the database.
In addition to the actions you are already doing, try deleting these objects in the database, via the menu Administration > View Management > All Views / All Actions
For models, Administration > Models Management > All Models. In the latter case, if you delete models, ensure consistency with your database, because the corresponding tables will not be deleted.

Regards,

Isn’t there a simpler way than manually removing all views every time I update them? It seems to be a really awkward dev cycle.

At least this works, thank you!

For update, look this post :

1 « J'aime »

Ce sujet a été automatiquement fermé après 30 jours. Aucune réponse n’est permise dorénavant.