goose/db-sample/migrations
Liam Staskawicz f89880da03 go migrations: much simpler and more robust way to execute migrations. go migrations are all 'package main', and the version is simply appended to the function name in order to distinguish potentially several migrations in the same 'package main' 2013-01-06 22:47:45 -08:00
..
001_basics.sql initial commit - roughly working round trip migrations 2012-11-24 16:57:03 -08:00
002_next.sql initial commit - roughly working round trip migrations 2012-11-24 16:57:03 -08:00
20130106222315_and_again.go go migrations: much simpler and more robust way to execute migrations. go migrations are all 'package main', and the version is simply appended to the function name in order to distinguish potentially several migrations in the same 'package main' 2013-01-06 22:47:45 -08:00