Skip to content

Commit 9a31073

Browse files
committed
Updated table name
1 parent bf787ca commit 9a31073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_event/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class AlignmentEvent(dj.Manual):
195195
"""
196196

197197
@schema
198-
class BehaviorDevice(dj.Imported):
198+
class BehaviorTimeSeries(dj.Imported):
199199
definition = """
200200
-> event.BehaviorRecording
201201
device_name: varchar(16) # e.g. joystick, lick_port

0 commit comments

Comments
 (0)