-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created new changelog for updating table fact_of_the_day_translations…
… item with id 85 column name (#6444)
- Loading branch information
1 parent
db10f3b
commit 0905027
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...src/main/resources/db/changelog/logs/ch-update-fact-of-the-day-translation-Mokhnatska.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |