Skip to content
panchenko edited this page Feb 22, 2013 · 4 revisions

SQL database migrations

Each migration should be saved into it's own file. The file name consists of:

  • V - prefix
  • version, underscores separate parts
  • __ - separator, two underscores
  • description
  • .sql, suffix

See http://flywaydb.org/documentation/migration/sql.html for more information.

Clone this wiki locally