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

db.changelog.20200521-event-uid-timestamp-index.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: event-uid-timestamp-index
    author: fletch
    changes:
    - createIndex:
        indexName: event_uid_timestamp_idx
        tableName: event
        columns:
        - column:
            name: uid
        - column:
            name: timestamp




© 2015 - 2024 Weber Informatics LLC | Privacy Policy