From a519631d867cb36daf3d88ed59359bab361e7fa3 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Wed, 17 Jan 2024 10:17:41 -0600 Subject: [PATCH] Update UPGRADE.md --- UPGRADE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE.md b/UPGRADE.md index 9b931d56..7492b4f9 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -12,6 +12,7 @@ Instead of having models live in your application, Noticed v2 adds models manage Delete the `Notification` model from `app/models/notifications.rb`. +Then run the new migrations: ```bash rails noticed:install:migrations rails db:migrate