Committing information stored in the entities

0
Hello, I have a problem with committing information stored in the entities. In order to test my app, I imported "test data" using an Excel import. When I commit my level of development, this "test data" is not passed on to my team members. Since importing the test data takes a lot of time, I am looking for a way that my team members can use my test data after I commit. Is anyone able to help me?
asked
1 answers
0

I you have used your local database and filled it with data you can pass that project to your collegues if you use File / Export project package. It will then ask you to include your local database.

If you are working locally with postgress you could create a backup of that database and pass that to your collegues or even upload that to your environment.

Regards,

Ronald

 

answered