From 542da1a96443e5331a7d8594b5a664acfe215db9 Mon Sep 17 00:00:00 2001 From: odumag99 Date: Tue, 31 Dec 2024 20:06:39 +0900 Subject: [PATCH] =?UTF-8?q?alembic.ini=20=EC=9C=84=EC=B9=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snuvote/database/alembic.ini => alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename snuvote/database/alembic.ini => alembic.ini (98%) diff --git a/snuvote/database/alembic.ini b/alembic.ini similarity index 98% rename from snuvote/database/alembic.ini rename to alembic.ini index 65c191a..075485f 100644 --- a/snuvote/database/alembic.ini +++ b/alembic.ini @@ -3,7 +3,7 @@ [alembic] # path to migration scripts # Use forward slashes (/) also on windows to provide an os agnostic path -script_location = alembic +script_location = snuvote/database/alembic # template used to generate migration file names; The default value is %%(rev)s_%%(slug)s # Uncomment the line below if you want the files to be prepended with date and time