You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "create the collection block" (L99-L109) is not needed, as the createIndex() operation in L122 will automatically create the collection in this case.
(Explicit create collection is needed for capped collections, which are dealt in the other createCollection() method we have in that class)
The text was updated successfully, but these errors were encountered:
We have
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/mongo/MongoBackendImpl.java
Lines 94 to 123 in d7a962a
The "create the collection block" (L99-L109) is not needed, as the createIndex() operation in L122 will automatically create the collection in this case.
(Explicit create collection is needed for capped collections, which are dealt in the other createCollection() method we have in that class)
The text was updated successfully, but these errors were encountered: