Sylius / AdminOrderCreationPlugin

Create orders in Sylius as an Administrator
MIT License
55 stars 50 forks source link

Useless migration #153

Closed artyom-wcd closed 2 years ago

artyom-wcd commented 4 years ago

If you check and compare 2 migration files which you copy and run in your project you will notice that one cancels another: Version20180626065141.php Version20180709120541.php

So up method in first migration creates fields, and up in another field deletes fields. In the end 2 migrations dont do any change. So they could be deleted? Or there is some error in one of them?

GSadee commented 2 years ago

Fixed by #174