Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Sebastian Brudziński
Sebastian BrudzińskiReporter
Josh Zamor
Josh Zamor(Deactivated)Story Points
5
Original estimate
1w
Time tracking
2d 1h 30m logged2d 6h 30m remaining
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created January 27, 2017 at 9:51 PM
Updated February 8, 2017 at 5:01 PM
Resolved February 8, 2017 at 3:10 PM
Move to using Flyway in each service.
Doc on moving a service away from being managed by Hibernate to Flyway: https://openlmis.atlassian.net/wiki/x/ibGcBg
Acceptance:
follow the document on moving from hibernate to flyway
hibernate no-longer is generating the schema the service uses, flyway does that
the schema is specified once in the Service's application.properties
the first flyway migration should be the initial schema of the service (see the doc)
bootstrap data should be in the second migration script (the first is the initial schema)