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

Skip to content
Snippets Groups Projects
Commit 392a41b8 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Fixing Liquibase Requirements for mysql

parent 58f75c89
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -19,8 +19,8 @@
some extra cleanup for weird named fields
-->
<changeSet id="20210624151110-2" author="michael breu">
<renameColumn tableName="user_watch_list" oldColumnName="user_id_id" newColumnName="user_id" />
<renameColumn tableName="saved_searches" oldColumnName="user_id_id" newColumnName="user_id" />
<renameColumn tableName="user_watch_list" oldColumnName="user_id_id" columnDataType="bigint" newColumnName="user_id" />
<renameColumn tableName="saved_searches" oldColumnName="user_id_id" columnDataType="bigint" newColumnName="user_id" />
</changeSet>
<!-- jhipster-needle-liquibase-add-changeset - JHipster will add changesets here -->
......
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