rubenv / sql-migrate

SQL schema migration tool for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

returns undefined: migrate.SetIgnoreUnknown

s-mani opened this issue · comments

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