spree-contrib / spree_multi_vendor

Spree marketplace extension. Create your own marketplace on top of Spree Commerce
https://spreecommerce.org/marketplace-ecommerce/
BSD 3-Clause "New" or "Revised" License
142 stars 135 forks source link

Irreversible migrations that changes Vendor ID type for VendorUser and OrderCommission #203

Closed mohammedamarnah closed 3 years ago

mohammedamarnah commented 3 years ago

While working on my project, I faced a case where I needed to rollback migrations and that included rolling back ChangeVendorIdAndOrderIdTypeForSpreeOrderCommissions and ChangeVendorIdAndUserIdTypeForSpreeVendorUsers, but these two migrations were irreversible.