Skip to content

Commit 2a9e176

Browse files
committed
update to fix import script
1 parent 9a48921 commit 2a9e176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

couchbase-server/init-cbserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if ! [ -f "$FILE" ]; then
6060

6161
/opt/couchbase/bin/curl -v http://localhost:8093/query/service \
6262
-u $COUCHBASE_ADMINISTRATOR_USERNAME:$COUCHBASE_ADMINISTRATOR_PASSWORD \
63-
-d 'statement=CREATE INDEX idx_projects_type on projects(type)'
63+
-d 'statement=CREATE INDEX idx_projects_type on projects(documentType)'
6464

6565
sleep 2s
6666

0 commit comments

Comments
 (0)