mikechabot / AnotherGlass

Pour another glass...
0 stars 0 forks source link

Schema Version and Migrations #4

Closed will-clark closed 10 years ago

will-clark commented 10 years ago

We need a process to version our schema and handle migrations. This could be as simple as a schema.sql file in the src directory and we "just know" when we need to deploy a schema change or we integrate with a tool like Flyway to help us do this.

will-clark commented 10 years ago

Flyway will run at application startup and automatically apply any new migrations.

migrations are now kept in "db/migrations".