diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 89b0c29..f6e1066 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -29,7 +29,7 @@ That's it! Converse is now installed with sensible defaults. If you installed Converse before version 0.1.5, run: ```bash -php artisan converse:upgrade +php artisan converse:upgrade-uuid ``` This command: diff --git a/src/Commands/UpgradeCommand.php b/src/Commands/UpgradeCommand.php index 16e1d62..4de1f86 100644 --- a/src/Commands/UpgradeCommand.php +++ b/src/Commands/UpgradeCommand.php @@ -10,9 +10,9 @@ class UpgradeCommand extends Command { - protected $signature = 'converse:upgrade'; + protected $signature = 'converse:upgrade-uuid'; - protected $description = 'Upgrade Converse database schema to the latest version'; + protected $description = 'Add UUID support to existing messages table'; public function handle(): int {