From c8c02036a3c84daecf068f470f9ad8a1cb7af5ec Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:11:22 -0800 Subject: [PATCH] Chore/update alembic file format (#1056) * capture #1043 * update file format --- alembic.ini | 2 +- ...es.py => 2022-02-21-19.56.24_6b0f5f32d602_initial_tables.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename alembic/versions/{2022-02-21-19:56:24_6b0f5f32d602_initial_tables.py => 2022-02-21-19.56.24_6b0f5f32d602_initial_tables.py} (100%) diff --git a/alembic.ini b/alembic.ini index b000f8fd17a9..25c809d182c5 100644 --- a/alembic.ini +++ b/alembic.ini @@ -5,7 +5,7 @@ script_location = alembic # template used to generate migration files -file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d:%%(minute).2d:%%(second).2d_%%(rev)s_%%(slug)s +file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d.%%(minute).2d.%%(second).2d_%%(rev)s_%%(slug)s # sys.path path, will be prepended to sys.path if present. # defaults to the current working directory. diff --git a/alembic/versions/2022-02-21-19:56:24_6b0f5f32d602_initial_tables.py b/alembic/versions/2022-02-21-19.56.24_6b0f5f32d602_initial_tables.py similarity index 100% rename from alembic/versions/2022-02-21-19:56:24_6b0f5f32d602_initial_tables.py rename to alembic/versions/2022-02-21-19.56.24_6b0f5f32d602_initial_tables.py