Commit Graph

18 Commits

Author SHA1 Message Date
0595f3dc15 Renames and clean up (#129)
* Cerc refactor contd.

* consistent local docker tag
2023-03-21 12:38:43 -05:00
prathamesh0
be345e0733
Use a specific tag while building migration tool (#101) 2022-07-22 11:44:07 +05:30
48eb594ea9
Fix docker-compose for publishing image (#91)
* Fix docker-compose for publishing image

* Add docker build in pr workflow
2022-06-14 13:03:22 +05:30
679f3e8d79 Remove GO111MODULE flag when installing goose in makefile
Passing GO111MODULE=off with go get throws error. The CI fails due to this when using the makefile.
2022-03-21 17:07:46 +05:30
i-norden
ae1a6e9d31 disable and renable indexes correctly 2022-01-10 21:51:04 -06:00
i-norden
4699385a21 new make targets for rolling back pre and post-batch migrations 2022-01-10 12:13:52 -06:00
i-norden
b5b9950f1d default val for GOPATH in Makefile 2022-01-07 13:41:40 -06:00
i-norden
858d6ee85a set GO111MODULE=off when go getting 2022-01-07 13:07:57 -06:00
i-norden
d313d4823e new make targets for running up migrations one at a time 2022-01-07 12:56:19 -06:00
i-norden
636fa35b84 revert my data type mistake 2021-11-24 17:52:21 -06:00
i-norden
1b4a6fc2e3 split pre and post batch processing migrations apart; create make targets for running each 2021-11-18 19:03:37 -06:00
i-norden
b8f0c194b8 remove pks; migrations to add back pks and fks 2021-11-18 17:46:50 -06:00
Arijit Das
075a790dfc
Merge pull request #14 from vulcanize/fix-dir
Fix migration directory in Makefile.
2021-10-21 16:09:29 +05:30
Arijit Das
a8ad027698 Compare Up and Down Migration. 2021-10-13 13:09:58 +05:30
Arijit Das
6e03bf6cfa Fix migration directory in Makefile. 2021-10-12 17:06:14 +05:30
Arijit Das
c89a73f738 Minor fix. 2021-10-05 16:47:45 +05:30
Arijit Das
562ee3e782 Create a docker image with postgres DB and concise migration. 2021-10-05 16:21:18 +05:30
i-norden
245a0e180a Makefile for running migrations, etc 2021-09-10 13:52:11 -05:00