Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Fix migration of the postgres DB #1

Merged
merged 1 commit into from
Jul 15, 2021
Merged

Conversation

geigi
Copy link
Collaborator

@geigi geigi commented Jul 14, 2021

With the introduction of go modules we needed a newer version of go-pg.
This version introduced some changes in the schema definition as well as in the migration process.
Running the migration inside a global transaction is currently not possible and therefor split into transactions for each migration (go-pg/migrations#74).

With the introduction of go modules we needed a newer version of go-pg.
This version introduced some changes in the schema definition as well as in the migration process.
Running the migration inside a global transaction is currently not possible and therefor split into transactions for each migration (go-pg/migrations#74).
@geigi geigi merged commit a6d0d57 into sipgate:develop Jul 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant