Skip to content

Commit e842199

Browse files
committed
fix : move module into database folder
1 parent 9865cbc commit e842199

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

alembic.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[alembic]
44
# path to migration scripts
55
# script_location = alembic
6-
script_location = alembic
6+
script_location = app\\database\\alembic
77

88
# template used to generate migration files
99
file_template = %%(year)d-%%(month).2d-%%(day).2d_%%(rev)s_%%(slug)s
@@ -36,7 +36,7 @@ file_template = %%(year)d-%%(month).2d-%%(day).2d_%%(rev)s_%%(slug)s
3636
# are written from script.py.mako
3737
# output_encoding = utf-8
3838

39-
sqlalchemy.url = driver://user:pass@localhost/dbname
39+
# sqlalchemy.url = driver://user:pass@localhost/dbname
4040

4141

4242
[post_write_hooks]
File renamed without changes.

app/database/alembic/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)