Skip to content

Commit

Permalink
fix(dbMigrations): update db migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 committed Oct 15, 2024
1 parent 4ef2421 commit bc23c43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/data/src/main/resources/db/changelog/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3558,4 +3558,9 @@
</column>
</addColumn>
</changeSet>
<changeSet author="anty (generated)" id="1729019345775-1">
<createIndex indexName="import_translation_language_id_id" tableName="import_translation">
<column name="language_id"/>
</createIndex>
</changeSet>
</databaseChangeLog>

0 comments on commit bc23c43

Please sign in to comment.