Skip to content

Commit e35ad2d

Browse files
committed
add user_name to Control Table
1 parent 373365b commit e35ad2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ethopy/core/experiment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ class Control(dj.Lookup): # noqa: D101
11051105
notes='' : varchar(256)
11061106
queue_size=0 : int
11071107
ip=null : varchar(16) # setup IP address
1108+
user_name : varchar(256)
11081109
""" # noqa: E501
11091110

11101111

0 commit comments

Comments
 (0)