Skip to content

Commit

Permalink
Add migration script for converting recordings to events
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich committed Aug 11, 2023
2 parents d7cce68 + 2cca58b commit ae7c4bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/019_recordings_to_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from peewee import CharField, CompositeKey, Model



def migrate(migrator, database, fake=False, **kwargs):
"""Write your migrations here."""

Expand Down

0 comments on commit ae7c4bf

Please sign in to comment.