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
I have one problem with this tool.. When I create the schema all work ok, but When I change any table and run ./migration create I get this errors:
PHP Warning: Invalid argument supplied for foreach() in /MMP/lib/Helper.class.php on line 269 PHP Warning: mysqli::query(): Couldn't fetch mysqli in MMP/lib/Helper.class.php on line 182 PHP Warning: mysqli::query(): Couldn't fetch mysqli in /MMP/lib/Helper.class.php on line 209 PHP Fatal error: Call to a member function fetch_array() on a non-object in /MMP/lib/Helper.class.php on line 211
The text was updated successfully, but these errors were encountered:
Hi @idler !
You do very good work here. Thanks !
I have one problem with this tool.. When I create the schema all work ok, but When I change any table and run
./migration create
I get this errors:PHP Warning: Invalid argument supplied for foreach() in /MMP/lib/Helper.class.php on line 269 PHP Warning: mysqli::query(): Couldn't fetch mysqli in MMP/lib/Helper.class.php on line 182 PHP Warning: mysqli::query(): Couldn't fetch mysqli in /MMP/lib/Helper.class.php on line 209 PHP Fatal error: Call to a member function fetch_array() on a non-object in /MMP/lib/Helper.class.php on line 211
The text was updated successfully, but these errors were encountered: