brainspec/enumerize

Could not dump table "action_items" because of following StandardError

chabgood opened this issue · 4 comments

I am getting this in my schema.rb file:

/# Could not dump table "action_items" because of following StandardError
/# Unknown type 'action_item_statuses' for column 'action_status'

But the app seems to work fine. Is there a reason for this?

@chabgood can you please provide sample app that reproduces this error?

Not at this time.

Alright, feel free to ping me when you have a way of reproducing it and I'll reopen it.

We reproduced it by removing any trace of the gem and re ran migrations multiple times, and no "errors" in the schema.rb file. When we put the gem back in then the "error" re appears.