mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Updated utfmb4 upgrade command
This commit is contained in:
@ -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.
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user