Skip to content

Commit

Permalink
feat: make build pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 25, 2024
1 parent 586490b commit 4247ee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keep/api/models/db/migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
from keep.api.models.db.alert import *
from keep.api.models.db.dashboard import *
from keep.api.models.db.extraction import *
from keep.api.models.db.maintenance_window import *
from keep.api.models.db.mapping import *
from keep.api.models.db.preset import *
from keep.api.models.db.provider import *
from keep.api.models.db.rule import *
from keep.api.models.db.statistics import *
from keep.api.models.db.tenant import *
from keep.api.models.db.topology import *
from keep.api.models.db.user import *
from keep.api.models.db.workflow import *

Expand Down

0 comments on commit 4247ee1

Please sign in to comment.