Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: Grails-Database-Migration 0.2
-
Fix Version/s: None
-
Labels:None
Description
It would be nice if all changelog files would automatically be prepended with a number so that the migrations directory looks like
00_initialChangelog.groovy 01_myFirstMigration.groovy 02_mySecondMigration.groovy [...]
That way one could easily navigate between subsequent migrations.
Forcing an incrementing number scheme wouldn't work with teams working in separate branches. But you choose the names of all files, so you can implement whatever naming scheme you want.