From dd143949d8c6645b12c95c15c7bd8ce98a42688c Mon Sep 17 00:00:00 2001 From: Hugo Tiburtino Date: Tue, 16 Jul 2024 14:31:07 +0200 Subject: [PATCH] Release db migration 1.2.0 --- envs/production/api.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/production/api.tf b/envs/production/api.tf index 180b5d6..e4bf1d5 100644 --- a/envs/production/api.tf +++ b/envs/production/api.tf @@ -2,7 +2,7 @@ locals { api = { image_tags = { server = "production" - db_migration = "1.0.0" + db_migration = "1.2.0" } } }