green-fox-academy / hotel-booking-user-service

0 stars 0 forks source link

Database Migration On Production Environment #13

Open vvarro opened 7 years ago

vvarro commented 7 years ago

Database Migration On Production Environment

Create a database migration using flyway

Technical Requirements

Add flyway as a dependency to your project. Alter your heartbeat table by adding a new autoincrement id column to it, alter it in a way that all the stored records are remaining in the table on the production environment. Use the flywaydb to proceed with the migration.