fix incorrect database for files design doc

This commit is contained in:
Gered 2013-05-21 19:22:56 -04:00
parent e398b337d4
commit 7a0a6791ee

View file

@ -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")))