I created a before_import solution to empty tables before I import the sample data on the server.
The problem I have is that the sample Data are imported before my before_import solution is called.
How do I start the before_import solution first and the sample date import?
Also with the Servoy 6.0.0 rc1 build 1212 is the sequence in my opinion wrong.
The before import gets fired after the sample data import.
Is that right or do I have to place my before import somewhere else.