Skip to content

Commit

Permalink
add database events to be executed (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-codecov authored Aug 29, 2024
1 parent 1a56eea commit 894f2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from sqlalchemy import create_engine
from sqlalchemy.orm import Session, scoped_session, sessionmaker

import database.events # noqa: F401
from database.models.timeseries import TimeseriesBaseModel
from helpers.timeseries import timeseries_enabled

Expand Down

0 comments on commit 894f2b3

Please sign in to comment.