Level 2
I really wasn't expecting this to be a common problem, apparently it is!
Hi all, I recently added a column change to my db but this is causing migrations to fail when run against the sqlite test db.
It's complaining about not finding a column name and then proceeding to take ages completing the rest of the tests because of a table lock issue.
The output of my travis build shows the errors https://travis-ci.org/ArthurGuy/BBMembershipSystem/builds/80595599#L788
I have the doctrine dbal library installed and I haven't had problems with other migrations like this.
Does anyone know what could be going wrong?
Thanks
I really wasn't expecting this to be a common problem, apparently it is!
Please or to participate in this conversation.