Skip to content

Commit bcb9e0c

Browse files
committed
feat: add person collection and index to Couchbase
Included 'person' in the collections and index properties to support additional data management in Couchbase. Signed-off-by: Maximillian Arruda <[email protected]> (cherry picked from commit 67f414a)
1 parent 17179d8 commit bcb9e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jnosql-couchbase/src/test/resources/couchbase.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
jnosql.couchbase.host=couchbase://localhost
1616
jnosql.couchbase.user=root
1717
jnosql.couchbase.password=123456
18-
jnosql.couchbase.collections=Book,contact,AppointmentBook,jnosql,Magazine
19-
jnosql.couchbase.index=Book,contact,AppointmentBook,jnosql,Magazine
18+
jnosql.couchbase.collections=Book,contact,AppointmentBook,jnosql,Magazine,person
19+
jnosql.couchbase.index=Book,contact,AppointmentBook,jnosql,Magazine,person

0 commit comments

Comments
 (0)