rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.19k stars 273 forks source link

Pass parameters to migration script #113

Open uber-cool opened 6 years ago

uber-cool commented 6 years ago

Hi,

I am writing a migration script for postgres which has an anonymous plsql block. I need to pass a parameter to this script let's say SYSTEM_ID. Is such functionality available currently?