Skip to content

Commit

Permalink
#606 Add liquibase script (adjust numeration)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Oct 7, 2024
1 parent db3905e commit e8fce01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<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 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">

<changeSet id="145" author="mpodolskiy">
<sql>
ALTER TABLE contact ADD COLUMN salutation TEXT;
</sql>
</changeSet>
</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@
<include file="liquibase/142-grscicoll-lookup-indexes.xml" />
<include file="liquibase/143-removed-fields-grscicoll.xml" />
<include file="liquibase/144-mdt-endpoint-installation-types.xml" />
<include file="liquibase/145-contact-salutation.xml" />
</databaseChangeLog>

0 comments on commit e8fce01

Please sign in to comment.