Skip to content

Commit

Permalink
chore: 경로 수정 - watchapedia. 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
anandashin committed Jan 1, 2025
1 parent 140fb9b commit b61a235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion watchapedia/database/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import app.user.models
import watchapedia.app.user.models
4 changes: 2 additions & 2 deletions watchapedia/database/alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from alembic import context

from database.common import Base
from database.settings import DB_SETTINGS
from watchapedia.database.common import Base
from watchapedia.database.settings import DB_SETTINGS

# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.
Expand Down
2 changes: 1 addition & 1 deletion watchapedia/database/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from sqlalchemy import create_engine
from sqlalchemy.orm import Session, sessionmaker

from database.settings import DB_SETTINGS
from watchapedia.database.settings import DB_SETTINGS


class DatabaseManager:
Expand Down

0 comments on commit b61a235

Please sign in to comment.