rubenv / sql-migrate

SQL schema migration tool for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Envvar specification of the migrations table

hughobrien opened this issue · comments

migrate.SetTable(env.TableName)

Datasource is os.envvar expanded, but table is not.

Use case: using sql-migrate for regular migrations (migrations table) but also for gitops sql patches (hotfixes table)