srtspirit / depense

0 stars 0 forks source link

Find a way to keep the database schema #19

Open srtspirit opened 5 years ago

srtspirit commented 5 years ago

We stepped from apache cayenne to spring data and hibernate. The problem is that now we cannot reproduce the database (i.e we don't trace its schema). Find a way to keep database's schema so that we can reproduce and build it from scratch.

First check that spring data doesn't create schema for when using it.