From c38b0e815f4654e033f9910044c3182f876de66a Mon Sep 17 00:00:00 2001 From: Ryan Scherle Date: Tue, 2 Jul 2024 13:09:18 +0000 Subject: [PATCH] Add data migrations to Capistrano process --- Capfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Capfile b/Capfile index 3c0e671a9a..bdb5d4c156 100644 --- a/Capfile +++ b/Capfile @@ -24,6 +24,7 @@ install_plugin Capistrano::SCM::Git require 'capistrano/bundler' require 'capistrano/rails/assets' require 'capistrano/rails/migrations' +require 'capistrano/data_migrate' require 'capistrano/yarn' # Load custom tasks from `lib/capistrano/tasks` if you have any defined