Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

using go1.16 embed for sql migrations #790

Open lelvisl opened 2 years ago

lelvisl commented 2 years ago

Prerequisites

Motivation

Eliminating the need to transfer migration files separately from code (and keep them synced)

Approach

Migration embedded in code.

Pull Request status

Third-party code

github.com/golang-migrate/migrate was upgraded to v4

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

lelvisl commented 2 years ago

Hi @nirbenrey! Can you please review this PR?