From 7e433a8c3d747acf28c337ad2b40509b73e6bbe0 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 10 Dec 2024 06:53:18 -0500 Subject: [PATCH] Lets not have to migrate by hand! --- app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app.json b/app.json index 44cc7046d..b8d369777 100644 --- a/app.json +++ b/app.json @@ -94,5 +94,6 @@ } }, "scripts": { + "postdeploy": "bundle exec rake db:migrate" } }