Skip to content

Commit 37d8749

Browse files
committed
add recording in createschema
1 parent e6d6166 commit 37d8749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ethopy/setup_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def createschema() -> None:
278278
("core/stimulus", "from ethopy.core.stimulus import *"),
279279
("core/interface", "from ethopy.core.interface import *"),
280280
("core/behavior", "from ethopy.core.behavior import *"),
281+
("core/recordings", "from ethopy.core.recordings import *"),
281282
("stimuli", "from ethopy.stimuli import *"),
282283
("behaviors", "from ethopy.behaviors import *"),
283284
("experiments", "from ethopy.experiments import *"),

0 commit comments

Comments
 (0)