oncall-engine/engine/apps/slack/models/__init__.py
Joey Orlando 90e0b21d3e
remove SlackActionRecord model/table (#2201)
# What this PR does

Closes #2169 

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-06-13 10:56:06 +00:00

5 lines
296 B
Python

from .slack_channel import SlackChannel # noqa: F401
from .slack_message import SlackMessage # noqa: F401
from .slack_team_identity import SlackTeamIdentity # noqa: F401
from .slack_user_identity import SlackUserIdentity # noqa: F401
from .slack_usergroup import SlackUserGroup # noqa: F401