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.
1 parent 9a48921 commit 2a9e176Copy full SHA for 2a9e176
couchbase-server/init-cbserver.sh
@@ -60,7 +60,7 @@ if ! [ -f "$FILE" ]; then
60
61
/opt/couchbase/bin/curl -v http://localhost:8093/query/service \
62
-u $COUCHBASE_ADMINISTRATOR_USERNAME:$COUCHBASE_ADMINISTRATOR_PASSWORD \
63
- -d 'statement=CREATE INDEX idx_projects_type on projects(type)'
+ -d 'statement=CREATE INDEX idx_projects_type on projects(documentType)'
64
65
sleep 2s
66
0 commit comments