summaryrefslogtreecommitdiff
path: root/migrations/alembic.ini
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-06-07 15:45:59 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-06-07 15:45:59 +0200
commit4bcc561f545803db68b66a36f3daca3d46561c5f (patch)
tree8edbd1234578fe28d66403061f17dc7de50cab37 /migrations/alembic.ini
parent649a7380123199171dcf511c35bb67726472a663 (diff)
downloadkosten-4bcc561f545803db68b66a36f3daca3d46561c5f.tar.gz
kosten-4bcc561f545803db68b66a36f3daca3d46561c5f.tar.bz2
kosten-4bcc561f545803db68b66a36f3daca3d46561c5f.zip
Remove 'migrations' until they are actually needed
Diffstat (limited to 'migrations/alembic.ini')
-rw-r--r--migrations/alembic.ini45
1 files changed, 0 insertions, 45 deletions
diff --git a/migrations/alembic.ini b/migrations/alembic.ini
deleted file mode 100644
index f8ed480..0000000
--- a/migrations/alembic.ini
+++ /dev/null
@@ -1,45 +0,0 @@
-# A generic, single database configuration.
-
-[alembic]
-# template used to generate migration files
-# file_template = %%(rev)s_%%(slug)s
-
-# set to 'true' to run the environment during
-# the 'revision' command, regardless of autogenerate
-# revision_environment = false
-
-
-# Logging configuration
-[loggers]
-keys = root,sqlalchemy,alembic
-
-[handlers]
-keys = console
-
-[formatters]
-keys = generic
-
-[logger_root]
-level = WARN
-handlers = console
-qualname =
-
-[logger_sqlalchemy]
-level = WARN
-handlers =
-qualname = sqlalchemy.engine
-
-[logger_alembic]
-level = INFO
-handlers =
-qualname = alembic
-
-[handler_console]
-class = StreamHandler
-args = (sys.stderr,)
-level = NOTSET
-formatter = generic
-
-[formatter_generic]
-format = %(levelname)-5.5s [%(name)s] %(message)s
-datefmt = %H:%M:%S