Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gem
capsuledb
Commits
0789d2ee
Commit
0789d2ee
authored
Feb 21, 2012
by
Bertrand NÉRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add views to retrieve all t3ss family in db
parent
04246875
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/couchapp/secreton/views/t3ss_family/map.js
src/couchapp/secreton/views/t3ss_family/map.js
+3
-0
src/couchapp/secreton/views/t3ss_family/reduce.js
src/couchapp/secreton/views/t3ss_family/reduce.js
+3
-0
No files found.
src/couchapp/secreton/views/t3ss_family/map.js
0 → 100644
View file @
0789d2ee
function
(
doc
)
{
emit
(
doc
.
T3SS_family
,
1
);
}
\ No newline at end of file
src/couchapp/secreton/views/t3ss_family/reduce.js
0 → 100644
View file @
0789d2ee
function
(
keys
,
values
,
rereduce
){
return
sum
(
values
);
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment