Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Migrations are not working #24

Open
athe0i opened this issue May 5, 2019 · 1 comment
Open

Migrations are not working #24

athe0i opened this issue May 5, 2019 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@athe0i
Copy link

athe0i commented May 5, 2019

At what seems to be last release migrations are not working.

Exception trace:

  1   Illuminate\Database\Connection::Illuminate\Database\{closure}("select * from information_schema.tables where table_schema = ? and table_name = ?")
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657

  2   Illuminate\Database\Connection::runQueryCallback("select * from information_schema.tables where table_schema = ? and table_name = ?", Object(Closure))
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624

  3   Illuminate\Database\Connection::run("select * from information_schema.tables where table_schema = ? and table_name = ?", Object(Closure))
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333

  4   Illuminate\Database\Connection::select("select * from information_schema.tables where table_schema = ? and table_name = ?")
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Connection.php:304

  5   Illuminate\Database\Connection::selectFromWriteConnection("select * from information_schema.tables where table_schema = ? and table_name = ?")
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php:74

  6   Illuminate\Database\Schema\Builder::hasTable("migrations")
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php:169

  7   Illuminate\Database\Migrations\DatabaseMigrationRepository::repositoryExists()
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php:556

  8   Illuminate\Database\Migrations\Migrator::repositoryExists()
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php:91

  9   Illuminate\Database\Console\Migrations\MigrateCommand::prepareDatabase()
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php:63

  10  Illuminate\Database\Console\Migrations\MigrateCommand::handle()
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32

  11  call_user_func_array([])
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32

  12  Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:90

  13  Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Object(Closure))
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:34

  14  Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), [])
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Container/Container.php:576

  15  Illuminate\Container\Container::call()
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Console/Command.php:183

  16  Illuminate\Console\Command::execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
      /vagrant/SEV/vendor/symfony/console/Command/Command.php:255

  17  Symfony\Component\Console\Command\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Console/Command.php:170

  18  Illuminate\Console\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vagrant/SEV/vendor/symfony/console/Application.php:908

  19  Symfony\Component\Console\Application::doRunCommand(Object(Illuminate\Database\Console\Migrations\MigrateCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vagrant/SEV/vendor/symfony/console/Application.php:269

  20  Symfony\Component\Console\Application::doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vagrant/SEV/vendor/symfony/console/Application.php:145

  21  Symfony\Component\Console\Application::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Console/Application.php:90

  22  Illuminate\Console\Application::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vagrant/SEV/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:122

  23  Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
      /vagrant/SEV/artisan:37

@ShahinSorkh
Copy link
Owner

I know they don't.
I know lots of issues with this package, just need some free time to raise and write about them in issues and also I need contributions to make this up and running

@ShahinSorkh ShahinSorkh added good first issue Good for newcomers help wanted Extra attention is needed labels May 6, 2019
@ShahinSorkh ShahinSorkh added this to the v1.2.0 milestone May 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants