Skip to content

Commit d618c55

Browse files
committed
Merge branch 'main' of https://github.com/kabilar/element-array-ephys into main
2 parents 4142468 + 81e1643 commit d618c55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
55

66
## [0.1.1] - 2022-06-01
77

8-
+ Add - Secondary attribute to `PreClusterParamSteps` table
8+
+ Add - Secondary attributes to `PreClusterParamSteps` table
99

1010
## [0.1.0] - 2022-05-26
1111

element_array_ephys/ephys_precluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ class PreClusterParamSteps(dj.Manual):
297297
# When pre-clustering is not performed, do not create an entry in `Step` Part table
298298
precluster_param_steps_id: smallint
299299
---
300+
precluster_param_steps_name: varchar(32)
300301
precluster_param_steps_desc: varchar(128)
301302
"""
302303

0 commit comments

Comments
 (0)