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

db.changelog.20200611-fix-event-timestamps.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: fix-event-timestamps
    author: fletch
    changes:
    - sql:
        sql: |
          update event set timestamp = timestamp(replace(json_unquote(json->'$.timestamp'), 'Z', ''));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy