Skip to content

Commit

Permalink
fix: migration script db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mevljas committed Sep 29, 2024
1 parent 8ef6a80 commit 7e9d268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,4 @@ fabric.properties

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
*.sqlite
2 changes: 1 addition & 1 deletion database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
from sqlalchemy.orm import declarative_base, Mapped, relationship, mapped_column

meta = MetaData(schema="nepremicnine")
meta = MetaData()
Base = declarative_base(metadata=meta)


Expand Down

0 comments on commit 7e9d268

Please sign in to comment.