Clearing data before testing

1
I have worked out that the data is stored in default.script. And when the app is started this script is run and loads up the in-memory hsql db. But default.script also contains the schema of the database as well. Out of interest what would happen if default.script was deleted? I obviously would lose data but would mendix regenerate the file with schema from the app?
asked
1 answers
3

You can even delete you complete deployment directory and everything would be recreated when you run your model again. But indeed you would have lost all your data and start again with a complete clean database.

Regards,

Ronald

 

answered