From 4fe93f5261816876f4778691dbc8d7db63229fa6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 19 May 2022 22:59:48 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index b1504d4..60c3fd9 100644 --- a/scripts/install +++ b/scripts/install @@ -232,6 +232,7 @@ fi ynh_script_progression --message="Preparing the database..." rake_exec="exec_login_as $app RAILS_ENV=production bin/rake" +ynh_exec_warn_less $rake_exec db:create ynh_exec_warn_less $rake_exec db:migrate ynh_exec_warn_less $rake_exec assets:precompile