fix incorrect database for files design doc
This commit is contained in:
parent
e398b337d4
commit
7a0a6791ee
|
@ -44,6 +44,6 @@
|
||||||
[]
|
[]
|
||||||
(couch/get-database users)
|
(couch/get-database users)
|
||||||
(when (couch/get-database files)
|
(when (couch/get-database files)
|
||||||
(touch-design-doc posts "_design/files" "couchdb/design_docs/files.js"))
|
(touch-design-doc files "_design/files" "couchdb/design_docs/files.js"))
|
||||||
(when (couch/get-database posts)
|
(when (couch/get-database posts)
|
||||||
(touch-design-doc posts "_design/posts" "couchdb/design_docs/posts.js")))
|
(touch-design-doc posts "_design/posts" "couchdb/design_docs/posts.js")))
|
||||||
|
|
Reference in a new issue