rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.16k stars 269 forks source link

IgnoreUnknown is not working #225

Open rohitjha941 opened 1 year ago

rohitjha941 commented 1 year ago

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