config.liquibase.changelog.20220225163112_added_values.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="utf-8"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"> <property name="autoIncrement" value="true"/> <!-- JHipster core tables. The initial schema has the '00000000000001' id, so that it is over-written if we re-generate it. --> <changeSet id="20220225163112-1" author="ak"> <loadData file="config/liquibase/data/domain_ra_authority.csv" separator=";" tableName="jhi_authority"/> </changeSet> </databaseChangeLog>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy