This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit b6aa12d1 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

added liquibase file

parent de352444
2 merge requests!199412 improve feedback form,!197Display char limit in reviews
#H2 Server Properties
<<<<<<< HEAD
#Thu Jul 13 10:11:03 CEST 2023
=======
#Wed Jul 05 12:59:19 CEST 2023
>>>>>>> development
#Mon Jul 31 13:46:38 CEST 2023
0=JHipster H2 (Disk)|org.h2.Driver|jdbc\:h2\:file\:./target/h2db/db/gitsearch|gitsearch
webSSL=false
webAllowOthers=true
......
<?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-4.6.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
<!--
Update the comment column in ReviewRating table.
-->
<changeSet id="20230731162350-2" author="eduard">
<preConditions onFail="MARK_RAN">
<columnExists tableName="review_rating" columnName="comment"/>
</preConditions>
<modifyDataType tableName="review_rating" columnName="comment" newDataType="text"/>
</changeSet>
<!-- jhipster-needle-liquibase-add-changeset - JHipster will add changesets here -->
</databaseChangeLog>
......@@ -37,6 +37,7 @@
<include file="config/liquibase/changelog/20230421162350_added_entity_constraints_ReviewRating.xml" relativeToChangelogFile="false"/>
<include file="config/liquibase/changelog/20230421090354_added_entity_constraints_ReviewHistoryEntry.xml" relativeToChangelogFile="false"/>
<include file="config/liquibase/changelog/20230731241110_update_review_rating_comment.xml" relativeToChangelogFile="false"/>
<!-- jhipster-needle-liquibase-add-constraints-changelog - JHipster will add liquibase constraints changelogs here -->
<!-- jhipster-needle-liquibase-add-incremental-changelog - JHipster will add incremental liquibase changelogs here -->
</databaseChangeLog>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment