We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4142468 + 81e1643 commit d618c55Copy full SHA for d618c55
CHANGELOG.md
@@ -5,7 +5,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5
6
## [0.1.1] - 2022-06-01
7
8
-+ Add - Secondary attribute to `PreClusterParamSteps` table
++ Add - Secondary attributes to `PreClusterParamSteps` table
9
10
## [0.1.0] - 2022-05-26
11
element_array_ephys/ephys_precluster.py
@@ -297,6 +297,7 @@ class PreClusterParamSteps(dj.Manual):
297
# When pre-clustering is not performed, do not create an entry in `Step` Part table
298
precluster_param_steps_id: smallint
299
---
300
+ precluster_param_steps_name: varchar(32)
301
precluster_param_steps_desc: varchar(128)
302
"""
303
0 commit comments