An open API service indexing awesome lists of open source software.

https://github.com/aleitner/database-migrator-example


https://github.com/aleitner/database-migrator-example

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example Database Migration

## Dependencies

* Docker

## Makefile

* download-postgres - Download latest postgres image
* postgres - Run postgres container
* createdb - Create db on postgres container
* dropdb - Drop db from postgres container
* migrateup - Run db migrations
* migratedown - Undo db migrations