earaujoassis / space

🚀 A user management microservice; OAuth 2 provider
MIT License
17 stars 6 forks source link

Decouple migration from GORM #120

Closed earaujoassis closed 1 year ago

earaujoassis commented 1 year ago

Currently, GORM is used to make migrations to the database, which can lead to some issues and inconsistencies. Ideally, use https://github.com/golang-migrate/migrate to handle migrations and database schema versions.