Patrik Lundin
|
9c748e24f4
|
Remove trailing newline from log calls (#878)
|
2025-01-29 09:19:40 -05:00 |
Michael Fridman
|
a4de30ecb7
|
fix: improve error message in missing migrations (#772)
|
2024-05-12 07:27:53 -04:00 |
Michael Fridman
|
9e6ef20c4f
|
refactor: add TableExists assertion support and improve docs (#641)
|
2023-11-12 11:01:28 -05:00 |
Benjamin Quinn
|
c6706ad68c
|
fix: add clearer success message when migrations are applied (#562)
|
2023-07-11 09:25:19 -04:00 |
Ori Shalom
|
7dcddde25a
|
feat: expose new functions for setting context (#517)
|
2023-06-16 09:34:33 -04:00 |
Michael Fridman
|
d88978da68
|
Fix current version in empty up state log (#533)
|
2023-06-10 10:17:57 -04:00 |
Michael Fridman
|
3d345c4b81
|
fix: up and up -allow-missing behaviour (#524)
|
2023-05-21 08:20:29 -04:00 |
Michael Fridman
|
87592390b9
|
fix: use global table name in queries (#515)
|
2023-05-08 08:17:14 -04:00 |
Michael Fridman
|
c462979327
|
refactor: create a generic store and stub out dialect queries (#477)
|
2023-03-14 08:34:47 -04:00 |
Michael Fridman
|
5a6c34ee2d
|
Add NO_COLOR (-no-color) support (#409)
|
2022-10-20 16:23:29 -04:00 |
Michael Fridman
|
c8aa123e31
|
Adds support to apply migrations without versioning (#291)
|
2021-12-13 00:37:44 -05:00 |
Michael Fridman
|
8ed5f6370b
|
Add the ability to apply missing (out-of-order) migrations (#280)
|
2021-10-24 14:49:24 -04:00 |
Maxim Krasilnikov
|
1cebce80c7
|
Added logger interface and SetLogger func for redefine package output
|
2018-04-30 12:30:13 +03:00 |
Jorrit Salverda
|
17520f5188
|
replace fmt.Print statements with log.Print
|
2017-09-05 14:43:32 +02:00 |
Nicholas Duffy
|
20b92fa74d
|
Fix comments in final 3 files
|
2017-05-08 12:10:25 -06:00 |
Nicholas Duffy
|
fc368fe618
|
Reformat code to adhere to gofmt standards
|
2017-05-07 07:02:54 -06:00 |
mmatczuk
|
1e8921d41c
|
rename collectMigrations to CollectMigrations
|
2017-03-27 10:19:04 +02:00 |
Piotr Kozłowski
|
da36030846
|
Support for migrating up/down to a specific version
|
2017-03-17 14:44:22 +01:00 |
Josh Fyne
|
42766096ee
|
Fixes error on successful up
|
2016-10-07 15:52:55 -04:00 |
Vojtech Vitek (V-Teq)
|
643386c3a6
|
Refactor
|
2016-10-03 19:31:27 -04:00 |
Vojtech Vitek (V-Teq)
|
f49670b2b4
|
Fix go migration up
|
2016-09-29 19:30:23 -04:00 |
Vojtech Vitek (V-Teq)
|
602cd2b9c7
|
Fix up-by-one and down cmd return err
|
2016-06-20 15:56:01 -04:00 |
Vojtech Vitek (V-Teq)
|
1a51ec2e96
|
Add up-by-one goose command
|
2016-06-20 15:24:25 -04:00 |
Vojtech Vitek (V-Teq)
|
2cccd9df36
|
Refactor goose pkg
|
2016-03-02 17:23:15 -05:00 |
Liam Staskawicz
|
e770a07efe
|
reorg: prefix command sources with 'cmd' for slightly clearer organization
|
2013-01-06 08:46:21 -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
|
fe14d0a1f5
|
flags: consolidate dbconf details to DBConf struct, reusable by any subcommands.
|
2012-12-24 10:09:15 -08:00 |
Liam Staskawicz
|
78a2b24d13
|
up: make use of filepath.Walk to simplify traversing migration files
|
2012-12-23 14:25:38 -08:00 |
Liam Staskawicz
|
bccf6afa62
|
reorg: breaking out functionality into separate subcommands
|
2012-12-23 14:01:45 -08:00 |