From 0428cf06b50203432cb39bde95e450a481392797 Mon Sep 17 00:00:00 2001 From: Lucas Verney Date: Tue, 25 Dec 2018 16:50:14 +0100 Subject: Add bill.creation_date field (#327) --- ihatemoney/migrations/alembic.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'ihatemoney/migrations/alembic.ini') diff --git a/ihatemoney/migrations/alembic.ini b/ihatemoney/migrations/alembic.ini index f8ed480..5301449 100644 --- a/ihatemoney/migrations/alembic.ini +++ b/ihatemoney/migrations/alembic.ini @@ -7,6 +7,7 @@ # set to 'true' to run the environment during # the 'revision' command, regardless of autogenerate # revision_environment = false +script_location = . # Logging configuration -- cgit v1.1