From e6c3795f910b103ff76b4961940bb8e06f46e9cf Mon Sep 17 00:00:00 2001 From: Timothy Messier Date: Wed, 21 Feb 2024 21:46:21 +0000 Subject: [PATCH] refact(db): Renumber migrations for billing --- .../migrations/oss/postgres/{82 => 84}/01_wh_auth_token.up.sql | 0 .../oss/postgres/{82 => 84}/02_wh_upsert_user_refact.up.sql | 0 .../oss/postgres/{82 => 84}/03_auth_token_issued.up.sql | 0 .../oss/postgres/{82 => 84}/04_wh_auth_token_insert.up.sql | 0 .../oss/postgres/{82 => 84}/05_wh_auth_token_update.up.sql | 0 .../oss/postgres/{82 => 84}/06_wh_auth_token_delete.up.sql | 0 .../oss/postgres/{82 => 84}/07_vault_ssh_cert_default.up.sql | 0 .../oss/postgres/{82 => 84}/08_hcp_user_billing_view.up.sql | 0 .../migrations/oss/postgres/{82 => 84}/09_cenus_add_metric.up.sql | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/01_wh_auth_token.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/02_wh_upsert_user_refact.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/03_auth_token_issued.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/04_wh_auth_token_insert.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/05_wh_auth_token_update.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/06_wh_auth_token_delete.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/07_vault_ssh_cert_default.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/08_hcp_user_billing_view.up.sql (100%) rename internal/db/schema/migrations/oss/postgres/{82 => 84}/09_cenus_add_metric.up.sql (100%) diff --git a/internal/db/schema/migrations/oss/postgres/82/01_wh_auth_token.up.sql b/internal/db/schema/migrations/oss/postgres/84/01_wh_auth_token.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/01_wh_auth_token.up.sql rename to internal/db/schema/migrations/oss/postgres/84/01_wh_auth_token.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/02_wh_upsert_user_refact.up.sql b/internal/db/schema/migrations/oss/postgres/84/02_wh_upsert_user_refact.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/02_wh_upsert_user_refact.up.sql rename to internal/db/schema/migrations/oss/postgres/84/02_wh_upsert_user_refact.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/03_auth_token_issued.up.sql b/internal/db/schema/migrations/oss/postgres/84/03_auth_token_issued.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/03_auth_token_issued.up.sql rename to internal/db/schema/migrations/oss/postgres/84/03_auth_token_issued.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/04_wh_auth_token_insert.up.sql b/internal/db/schema/migrations/oss/postgres/84/04_wh_auth_token_insert.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/04_wh_auth_token_insert.up.sql rename to internal/db/schema/migrations/oss/postgres/84/04_wh_auth_token_insert.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/05_wh_auth_token_update.up.sql b/internal/db/schema/migrations/oss/postgres/84/05_wh_auth_token_update.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/05_wh_auth_token_update.up.sql rename to internal/db/schema/migrations/oss/postgres/84/05_wh_auth_token_update.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/06_wh_auth_token_delete.up.sql b/internal/db/schema/migrations/oss/postgres/84/06_wh_auth_token_delete.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/06_wh_auth_token_delete.up.sql rename to internal/db/schema/migrations/oss/postgres/84/06_wh_auth_token_delete.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/07_vault_ssh_cert_default.up.sql b/internal/db/schema/migrations/oss/postgres/84/07_vault_ssh_cert_default.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/07_vault_ssh_cert_default.up.sql rename to internal/db/schema/migrations/oss/postgres/84/07_vault_ssh_cert_default.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/08_hcp_user_billing_view.up.sql b/internal/db/schema/migrations/oss/postgres/84/08_hcp_user_billing_view.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/08_hcp_user_billing_view.up.sql rename to internal/db/schema/migrations/oss/postgres/84/08_hcp_user_billing_view.up.sql diff --git a/internal/db/schema/migrations/oss/postgres/82/09_cenus_add_metric.up.sql b/internal/db/schema/migrations/oss/postgres/84/09_cenus_add_metric.up.sql similarity index 100% rename from internal/db/schema/migrations/oss/postgres/82/09_cenus_add_metric.up.sql rename to internal/db/schema/migrations/oss/postgres/84/09_cenus_add_metric.up.sql