mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-19 10:09:05 +08:00
Updated utfmb4 upgrade command
This commit is contained in:
parent
6bcd89acf7
commit
2704962277
@ -12,7 +12,7 @@ class UpgradeDatabaseEncoding extends Command
|
|||||||
*
|
*
|
||||||
* @var string
|
* @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.
|
* The console command description.
|
||||||
|
@ -12,7 +12,7 @@ class UpdateDbEncodingToUt8mb4 extends Migration
|
|||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
// Migration removed due to issues during live migration.
|
// 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.
|
// which will generate out the SQL request to upgrade your DB to utf8mb4.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user