Liam Staskawicz
|
4446df2ca6
|
dbconf: split out separate DBDriver struct to encapsulate the info required for a given driver. as a bonus, we now import the correct package for Go migrations based on the driver - previously, we imported postgres only.
|
2013-04-07 14:24:03 -07:00 |
Liam Staskawicz
|
161a0a1cc2
|
reorg: plumb dbconf through to consumers that need it for dialect-specific operations
|
2013-04-07 12:58:24 -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 |
Liam Staskawicz
|
edaa9e3049
|
migrate refactor: simplify MigrationMap struct by allowing each Migration to track its own Version
|
2013-01-06 22:12:17 -08:00 |
Liam Staskawicz
|
517e1701e2
|
breaking change: version id is now int64 to accommodate larger date-based version id schemes
|
2013-01-04 19:22:03 -10:00 |
Liam Staskawicz
|
9140de5045
|
status: ensure that the version table exists
|
2013-01-04 19:16:09 -10:00 |
Liam Staskawicz
|
c1320a5e81
|
rename only: DBVersion => MigrationRecord
|
2013-01-04 18:32:25 -10: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 |