You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
And this is what is dumped into my schema.rb instead of Orders and OrderTrackings tables dumps :
# Could not dump table "orders" because of following StandardError# Unknown type 'order_status' for column 'status'
...
# Could not dump table "order_trackings" because of following StandardError# Unknown type 'order_status' for column 'old_status'
Did I made somehting wrong ?
The text was updated successfully, but these errors were encountered:
I started using enums to track Order statuses
My migration looks like :
And this is what is dumped into my schema.rb instead of Orders and OrderTrackings tables dumps :
Did I made somehting wrong ?
The text was updated successfully, but these errors were encountered: