Skip to content

Commit

Permalink
set metadata on SqlAlchemy object
Browse files Browse the repository at this point in the history
fixes #586
  • Loading branch information
brassy-endomorph committed Sep 20, 2024
1 parent 935551f commit 4b34910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hushline/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
)

db = SQLAlchemy()
db = SQLAlchemy(metadata=metadata)

0 comments on commit 4b34910

Please sign in to comment.