Skip to content

Commit

Permalink
Removes invalid reference to deleted table in liqui
Browse files Browse the repository at this point in the history
  • Loading branch information
vega113 committed Nov 19, 2023
1 parent 2351296 commit c5add0a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions conf/db/milestones/milestone_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,23 +273,12 @@
</sql>
</changeSet>

<changeSet id="milestone_1_update_charset_emotion_record_user_todos" author="vega">
<sql>
ALTER TABLE emotion_record_user_todos CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
</sql>
</changeSet>

<changeSet id="milestone_1_update_charset_note_todos" author="vega">
<sql>
ALTER TABLE note_todos CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
</sql>
</changeSet>

<changeSet id="milestone_1_update_charset_note_note_todos" author="vega">
<sql>
ALTER TABLE note_note_todos CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
</sql>
</changeSet>

<changeSet id="milestone_1_update_charset_notes" author="vega">
<sql>
Expand Down

0 comments on commit c5add0a

Please sign in to comment.