]> BookStack Code Mirror - bookstack/commitdiff
Updated utfmb4 upgrade command
authorDan Brown <redacted>
Sat, 22 Jul 2017 15:19:17 +0000 (16:19 +0100)
committerDan Brown <redacted>
Sat, 22 Jul 2017 15:19:17 +0000 (16:19 +0100)
app/Console/Commands/UpgradeDatabaseEncoding.php
database/migrations/2017_07_02_152834_update_db_encoding_to_ut8mb4.php

index dbdf778e895a37aad97d29cfc37db535daa883d7..a17fc952351df5103709c0c2406f8287ac140215 100644 (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.
index 259da0720e97e6d0b2c070019282fecb43f80992..5681013ade7a7f4aa99e3a6f53d94703ffef71d5 100644 (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.
     }