note for later

pull/2/head
Liam Staskawicz 2012-12-24 10:35:35 -08:00
parent ab33fd0625
commit 1232c87d8e
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ func collectPendingMigrations(dirpath string, current int) []string {
var pendingScripts []string
// XXX: would be much better to query the DB for applied versions.
filepath.Walk(dirpath, func(name string, info os.FileInfo, err error) error {
if v, e := numericComponent(name); e == nil {