Skip to content

Commit

Permalink
created new changelog for updating table fact_of_the_day_translations…
Browse files Browse the repository at this point in the history
… item with id 85 column name (#6444)
  • Loading branch information
LiliaMokhnatska authored and ospodaryk committed Oct 4, 2023
1 parent db10f3b commit 0905027
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,6 @@
<include file="db/changelog/logs/ch-delete-values-positions_authorities-mapping-Spodaryk.xml"/>
<include file="db/changelog/logs/ch-add-values-_authorities-mapping-Spodaryk.xml"/>
<include file="db/changelog/logs/ch-insert-values-admin_authorities-Spodaryk.xml"/>
<include file="db/changelog/logs/ch-update-fact-of-the-day-translation-Mokhnatska.xml"/>
</databaseChangeLog>

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">

<changeSet id="Mokhnatska-13" author="Mokhnatska Lilia">
<update tableName="fact_of_the_day_translations" >
<column name="content">Пластик назавжди. Він не біорозкладний і залишається в природі. Він фотодеградує на дрібніші частини себе, постійно забруднюючи навколишнє середовище протягом усього свого життєвого циклу.</column>
<where>id=85</where>
</update>
</changeSet>
</databaseChangeLog>

0 comments on commit 0905027

Please sign in to comment.