Skip to content

Commit

Permalink
Let git change LF to CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi20750 committed Sep 21, 2024
1 parent 9caf967 commit 799b8cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion migrations/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Single-database configuration for Flask.
Single-database configuration for Flask.
2 changes: 1 addition & 1 deletion migrations/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ formatter = generic

[formatter_generic]
format = %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %H:%M:%S
datefmt = %H:%M:%S
2 changes: 1 addition & 1 deletion migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def process_revision_directives(context, revision, directives):
if context.is_offline_mode():
run_migrations_offline()
else:
run_migrations_online()
run_migrations_online()
2 changes: 1 addition & 1 deletion migrations/script.py.mako
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def upgrade():


def downgrade():
${downgrades if downgrades else "pass"}
${downgrades if downgrades else "pass"}

0 comments on commit 799b8cd

Please sign in to comment.