Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Storing the relationship between recordings and events in the RecordingsToEvents table #7451

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor migrations/019_recordings_to_events.py to remove unused imports
  • Loading branch information
skrashevich committed Aug 11, 2023
commit d7cce6855a3ed4b55f990257e3f9124392effc37
1 change: 0 additions & 1 deletion migrations/019_recordings_to_events.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# migrations/019_recordings_to_events.py
from peewee import CharField, CompositeKey, Model

from frigate.models import Recordings, Event


def migrate(migrator, database, fake=False, **kwargs):
Expand Down