fix alembic env path
This commit is contained in:
@@ -4,7 +4,6 @@ from pydantic import BaseModel
|
||||
from pydantic_settings import BaseSettings, SettingsConfigDict
|
||||
|
||||
BASE_DIR = Path(__file__).parent.parent
|
||||
print(BASE_DIR)
|
||||
DB_PATH = BASE_DIR / "db/taskncoffee.db"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user