package
0.0.0-20230619193257-70754e55f896
Repository: https://github.com/v1tbrah/post-service.git
Documentation: pkg.go.dev
# README
Primary database (PgSQL) migration files
Please, follow the next rules for your migrations:
- Only one SQL query per file
- Rollback (down) migration must be written for each migration file
- Changes should only concern the scheme, not the data