We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1757ab2 commit ad24be7Copy full SHA for ad24be7
alembic.ini
@@ -52,7 +52,7 @@ version_path_separator = os # default: use os.pathsep
52
53
# sqlalchemy.url = driver://user:pass@localhost/dbname
54
# sqlalchemy.url = postgresql+asyncpg://postgres:postgres@db:5432/foo
55
-sqlalchemy.url = sqlite+aiosqlite:///../db.sqlite3
+sqlalchemy.url = sqlite+aiosqlite:///./db.sqlite3
56
57
58
migrations/versions/517786f77c6e_init.py migrations/versions/a18b2b45216b_init.py
@@ -1,8 +1,8 @@
1
"""init
2
3
-Revision ID: 517786f77c6e
+Revision ID: a18b2b45216b
4
Revises:
5
-Create Date: 2021-09-28 00:29:13.239062
+Create Date: 2021-09-28 00:53:11.380446
6
7
"""
8
from alembic import op
@@ -11,7 +11,7 @@
11
12
13
# revision identifiers, used by Alembic.
14
-revision = '517786f77c6e'
+revision = 'a18b2b45216b'
15
down_revision = None
16
branch_labels = None
17
depends_on = None
0 commit comments