mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated utfmb4 upgrade command
This commit is contained in:
parent
6bcd89acf7
commit
2704962277
@ -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.
|
||||
|
@ -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.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user