Daniel Heath
|
e3effd59a4
|
Add 'redo' command to goose
|
2013-04-16 10:30:05 +10:00 |
|
Liam Staskawicz
|
47d455779e
|
create: command to generate the scaffolding for a new migration
|
2013-01-06 11:22:30 -08:00 |
|
Liam Staskawicz
|
562485a7b7
|
pending: remove pending command. it wasn't properly implemented and is superseded by the status command anyhow
|
2013-01-06 10:36:06 -08:00 |
|
Liam Staskawicz
|
949df006a9
|
status: add status command to show a summary of applied and pending migrations
|
2013-01-04 18:29:12 -10:00 |
|
Liam Staskawicz
|
ab33fd0625
|
main: adjust usage to indicate that -db and -config apply to the goose command, and that any subcommand options come after the subcommand
|
2012-12-24 10:28:57 -08:00 |
|
Liam Staskawicz
|
8cd66bc122
|
pending: add new command that lists migrations yet to be run
|
2012-12-24 10:27:32 -08:00 |
|
Liam Staskawicz
|
fe14d0a1f5
|
flags: consolidate dbconf details to DBConf struct, reusable by any subcommands.
|
2012-12-24 10:09:15 -08:00 |
|
Liam Staskawicz
|
b0dc55130d
|
main: simple usage function.
|
2012-12-23 18:53:04 -08:00 |
|
Liam Staskawicz
|
05fdb1ac5f
|
down: add 'down' command to roll back the version by 1
|
2012-12-23 18:00:09 -08:00 |
|
Liam Staskawicz
|
bccf6afa62
|
reorg: breaking out functionality into separate subcommands
|
2012-12-23 14:01:45 -08:00 |
|
Liam Staskawicz
|
c28116e175
|
reorg: move source files to top level of repo to simplify go install usage.
|
2012-12-17 08:12:20 -08:00 |
|