Closed ArdentZeal closed 5 years ago
@ArdentZeal thanks for posting! Would you mind doing a SQL dump of your tables as they exist before lifting and posting them here? Also, what's your data model look like in WL? Are you using indexes?
I have like 15 models and 20 tables with all the junction tables. The models are pretty standard, using autoPK, no custom indexes of any sort at the moment. Only one model has lifecycle callbacks. I am also on express and waterline, not on sails.
Kind Regards
Should be fixed in #323
In the latest waterline, it throws an error when performing auto migration. It works fine on an empty database, but as soon as there is some data in it, it might throw. I migrated from 0.10.2 to 4, so it might happen in 3 too.