Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop the generate:migration command #2686

Merged
merged 1 commit into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ disabled:
- phpdoc_order
- phpdoc_separation
- phpdoc_types

finder:
exclude:
- "stubs"
2 changes: 0 additions & 2 deletions src/Console/ConsoleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Flarum\Console;

use Flarum\Database\Console\GenerateMigrationCommand;
use Flarum\Database\Console\MigrateCommand;
use Flarum\Database\Console\ResetCommand;
use Flarum\Foundation\AbstractServiceProvider;
Expand All @@ -26,7 +25,6 @@ public function register()
$this->container->singleton('flarum.console.commands', function () {
return [
CacheClearCommand::class,
GenerateMigrationCommand::class,
InfoCommand::class,
MigrateCommand::class,
ResetCommand::class,
Expand Down
104 changes: 0 additions & 104 deletions src/Database/Console/GenerateMigrationCommand.php

This file was deleted.

146 changes: 0 additions & 146 deletions src/Database/MigrationCreator.php

This file was deleted.

13 changes: 0 additions & 13 deletions stubs/migrations/blank.stub

This file was deleted.

16 changes: 0 additions & 16 deletions stubs/migrations/create.stub

This file was deleted.

18 changes: 0 additions & 18 deletions stubs/migrations/update.stub

This file was deleted.