diff --git a/UPGRADE.md b/UPGRADE.md index 1eeb390f4..8c5c62bbb 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -18,6 +18,8 @@ Passport now has support for multiple guard user providers. Because of this chan $table->string('provider')->after('secret')->nullable(); }); +If you have not previously published the Passport migations, you should manually create a new migration to add this column to your databsae. + ### Client Credentials Secret Hashing PR: https://github.com/laravel/passport/pull/1145