rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.18k stars 270 forks source link

returns undefined: migrate.SetIgnoreUnknown #217

Open s-mani opened 2 years ago

s-mani commented 2 years ago

When we try to ignore the comparision check by adding migrate.SetIgnoreUnknown(true) it returns undefined but the Exec, SetSchema functions works fine.