Skip to content

Commit 35b5c60

Browse files
committed
minor revert
1 parent 3df6afe commit 35b5c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_moseq/moseq_infer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class File(dj.Part):
121121
-> master
122122
file_id: int # Unique ID for each file
123123
---
124-
file_path: filepath@moseq-infer-processed # Filepath of each video, relative to root data directory.
124+
file_path: varchar(1000) # Filepath of each video, relative to root data directory.
125125
"""
126126

127127

0 commit comments

Comments
 (0)