Liam Staskawicz
|
608aee6c2e
|
cleanup: rename MakeDBConf to NewDBConf to more clearly represent what it's actually doing. No functional changes.
|
2013-04-07 17:26:46 -07:00 |
|
Liam Staskawicz
|
3c6b6c35c4
|
use filepath rather than path to ensure we're dealing with filenames in an OS compatible way. fixes #2.
|
2013-02-24 23:06:12 -08:00 |
|
Josh Bleecher Snyder
|
e364c0995d
|
Autocreate db/migrations
|
2013-01-09 17:53:48 -08:00 |
|
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 |
|
Liam Staskawicz
|
47d455779e
|
create: command to generate the scaffolding for a new migration
|
2013-01-06 11:22:30 -08:00 |
|