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

liquibase.changelogs.v3_10_14.schema-add-webauthn-idx.yml Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
databaseChangeLog:
  - changeSet:
      id: 3.10.14-add-webauthn-idx
      author: GraviteeSource Team
      changes:

        - createIndex:
            columns:
              - column:
                  name: reference_id
              - column:
                  name: reference_type
            indexName:  idx_webauthn_credentials_ref
            tableName:  webauthn_credentials
            unique:  false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy