Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed May 27, 2023
1 parent f31d094 commit e0a1b23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
35 changes: 0 additions & 35 deletions alembic/versions/c74e250c04cc_add_recording_performance_stats.py

This file was deleted.

1 change: 1 addition & 0 deletions openadapt/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ class WindowEvent(db.Base):
top = sa.Column(sa.Integer)
width = sa.Column(sa.Integer)
height = sa.Column(sa.Integer)
window_id = sa.Column(sa.String)

recording = sa.orm.relationship("Recording", back_populates="window_events")
action_events = sa.orm.relationship("ActionEvent", back_populates="window_event")
Expand Down

0 comments on commit e0a1b23

Please sign in to comment.