You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses pgx as db driver. pgx has no default schema migrations mechanism, so at the moment db schema must be managed manually.
I would be happy if somebody can implement (or use any existing package for it, like migrate) some way for automatic schema management and migrations.
The text was updated successfully, but these errors were encountered:
This project uses pgx as db driver. pgx has no default schema migrations mechanism, so at the moment db schema must be managed manually.
I would be happy if somebody can implement (or use any existing package for it, like migrate) some way for automatic schema management and migrations.
The text was updated successfully, but these errors were encountered: