From be02d87f22c0eefda5eb2113e87d49826a79c605 Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Fri, 17 Jun 2022 05:47:13 +0000 Subject: [PATCH] fix: Swap migration numbers to fix deployment --- ...null.down.sql => 000023_template_created_by_not_null.down.sql} | 0 ...not_null.up.sql => 000023_template_created_by_not_null.up.sql} | 0 .../{000023_site_config.down.sql => 000024_site_config.down.sql} | 0 .../{000023_site_config.up.sql => 000024_site_config.up.sql} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename coderd/database/migrations/{000024_template_created_by_not_null.down.sql => 000023_template_created_by_not_null.down.sql} (100%) rename coderd/database/migrations/{000024_template_created_by_not_null.up.sql => 000023_template_created_by_not_null.up.sql} (100%) rename coderd/database/migrations/{000023_site_config.down.sql => 000024_site_config.down.sql} (100%) rename coderd/database/migrations/{000023_site_config.up.sql => 000024_site_config.up.sql} (100%) diff --git a/coderd/database/migrations/000024_template_created_by_not_null.down.sql b/coderd/database/migrations/000023_template_created_by_not_null.down.sql similarity index 100% rename from coderd/database/migrations/000024_template_created_by_not_null.down.sql rename to coderd/database/migrations/000023_template_created_by_not_null.down.sql diff --git a/coderd/database/migrations/000024_template_created_by_not_null.up.sql b/coderd/database/migrations/000023_template_created_by_not_null.up.sql similarity index 100% rename from coderd/database/migrations/000024_template_created_by_not_null.up.sql rename to coderd/database/migrations/000023_template_created_by_not_null.up.sql diff --git a/coderd/database/migrations/000023_site_config.down.sql b/coderd/database/migrations/000024_site_config.down.sql similarity index 100% rename from coderd/database/migrations/000023_site_config.down.sql rename to coderd/database/migrations/000024_site_config.down.sql diff --git a/coderd/database/migrations/000023_site_config.up.sql b/coderd/database/migrations/000024_site_config.up.sql similarity index 100% rename from coderd/database/migrations/000023_site_config.up.sql rename to coderd/database/migrations/000024_site_config.up.sql