rubenv / sql-migrate

SQL schema migration tool for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IgnoreUnknown is not working

rohitjha941 opened this issue · comments

I have this configuration and am trying to set ignore unknown as true

development:
  dialect: postgres
  datasource: <>
  sslmode=disable
  dir: migrations
  table: migrations
  ignoreunknown: true

Even after setting this, It is giving me err unknown migration in database