All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.iiif.bookshelf.config.mongeez.changeset_001.xml Maven / Gradle / Ivy

<mongoChangeLog>

  <changeSet changeId="Bookshelf-001" author="ralf">
    <script>

      // clear mongeez collection (just in first changeset to be sure nothing is in...)
      db.mongeez.remove({});
          
      // create index on date field
      db['iiif-manifest-summaries'].createIndex( { lastModified: -1 } );
    </script>
  </changeSet>

</mongoChangeLog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy