Skip to content
Beatrycze edited this page Dec 6, 2016 · 2 revisions

New Database

Run Maven's profile 'flyway' with goal 'migrate'.

Result table schema_version: schema_version table after migrate

Existing Database

Run Maven's profile 'flyway' two times. First goal: 'baseline', second goal: 'migrate'.

Result table schema_version: schema_version table after baseline and migrate

Clone this wiki locally