Updated utfmb4 upgrade command

This commit is contained in:
Dan Brown 2017-07-22 16:19:17 +01:00
parent 6bcd89acf7
commit 2704962277
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class UpgradeDatabaseEncoding extends Command
*
* @var string
*/
protected $signature = 'bookstack:db-utf8mb4-syntax {--database= : The database connection to use.}';
protected $signature = 'bookstack:db-utf8mb4 {--database= : The database connection to use.}';
/**
* The console command description.

View File

@ -12,7 +12,7 @@ class UpdateDbEncodingToUt8mb4 extends Migration
public function up()
{
// Migration removed due to issues during live migration.
// Instead you can run the command `artisan bookstack:db-utf8mb4-syntax`
// Instead you can run the command `artisan bookstack:db-utf8mb4`
// which will generate out the SQL request to upgrade your DB to utf8mb4.
}