haochi / simple-db-migration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-db-migration

The script will create a simple_db_migration table in your database to keep track of the applied migration files.

Examples

# Run all new migrations (to execute all the unapplied "*.up.sql")
./simple-db-migration -config config.json
# Undo a migration (to execute the file "2.*.down.sql")
./simple-db-migration -config config.json -down 2

About


Languages

Language:Go 100.0%