From f78cf72061787e1e5b3e75f4ea869b8b8d570e3a Mon Sep 17 00:00:00 2001 From: f Date: Sun, 12 Sep 2021 22:03:51 -0300 Subject: [PATCH] =?UTF-8?q?Avisar=20que=20la=20migraci=C3=B3n=20va=20a=20f?= =?UTF-8?q?allar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Porque nos da fiaca hacerlo bien --- db/migrate/20210801060844_add_hostname_to_deploys.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/migrate/20210801060844_add_hostname_to_deploys.rb b/db/migrate/20210801060844_add_hostname_to_deploys.rb index dc50004e..e8e02881 100644 --- a/db/migrate/20210801060844_add_hostname_to_deploys.rb +++ b/db/migrate/20210801060844_add_hostname_to_deploys.rb @@ -6,6 +6,8 @@ module AddValuesToDeploy included do store :values, accessors: %i[hostname onion], coder: JSON + + puts "XXX: Al incluir este módulo todas las migraciones siguientes van a fallar. Podés correrlas de nuevo para arreglarlas." end end