Releases: scarbo87/sql-migrate-cobra
Releases · scarbo87/sql-migrate-cobra
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
The config is transferred to the new format for gitlab_ci variables:
[database]
dialect = "mysql"
username = "username"
password = "password"
protocol = "tcp"
address = "127.0.0.1:3306"
dbname = "database"
dir = "migrations"
table = "migrations"
Run with env override:
DATABASE_USERNAME=root DATABASE_PASSWORD=root DATABASE_DBNAME=dbname sql-migrate-cobra