fuel / auth

Fuel PHP Framework - Fuel v1.x Authentication package
http://fuelphp.com/docs/packages/auth/intro.html
76 stars 57 forks source link

Migrations do not respect connection configuration setting #109

Closed jpudney closed 9 years ago

jpudney commented 9 years ago

Lines like this do not respect the connection configuration that may have ben set within Config::get('migrations.connection');.

The use case is that a separate user may have been created with greater user privileges for creating/dropping etc of tables.

mikepmtl commented 9 years ago

It now fails for me in 005_auth_create_authdefaults.php