rushtehrani
|
f55b82f4b1
|
use correct template name vars
|
2021-01-29 18:12:12 -08:00 |
|
Andrey Melnikov
|
7e41f5e538
|
fix: issue where db connections were not being closed in go migrations or when configmap changes were detected
|
2020-07-29 17:43:40 -07:00 |
|
Andrey Melnikov
|
5073cbdff1
|
fix: issue where changing configmap crashed goose because migrations were re-added
|
2020-07-14 18:31:21 -07:00 |
|
Andrey Melnikov
|
40759738ae
|
fix: took up the messages if a go migration was already ran as it was printed after the goose message, which was a bit confusing.
|
2020-07-09 12:27:44 -07:00 |
|
Andrey Melnikov
|
a0454cdfc3
|
fix: backwards compatibility for previous go migrations. Don't run them if they were ran earlier in the goose_db_version db table.
|
2020-07-09 12:23:38 -07:00 |
|
Andrey Melnikov
|
c5d1ec9b1f
|
fix: go migrations since they would still occur in the order of creation timestamp. Manually initializing them fixes this issue.
|
2020-07-01 16:06:18 -07:00 |
|
Andrey Melnikov
|
2091485345
|
feat: added basic unit testing. Also separated migrations to separate sql and go migrations. This makes it easier to unit test where we just need sql migrations.
|
2020-06-30 10:49:22 -07:00 |
|