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
When will you be doing this please? I am planning to use tenanti in project but really want to be able to use --pretend to preview sql. I currently extended Migrator class, bound it with App::bind() and added function and outputing $this->notes from there. Very hacky!
Another issue - using --pretend fails as migration stub adds up($id, $entity) which are not passed forward by getQueries() in migrator so up() method fails with missing params. So again I added getQueries to my extended class with $migration->$method() changed to $migration->$method($this->entity->getKey(), $this->entity). You have to do the same in your Migrator class.
No description provided.
The text was updated successfully, but these errors were encountered: