Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/db/changelog/db.changelog-master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<include file="db/changelog/migrations/241127144629-changelog.xml"/>
<include file="db/changelog/migrations/241201215506-changelog.xml"/>
<include file="db/changelog/migrations/241223151914-changelog.xml"/>
<include file="db/changelog/migrations/db.changelog-master.xml"/>
<include file="db/changelog/migrations/241230175909-changelog.xml"/>
</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.30.xsd"
objectQuotingStrategy="QUOTE_ONLY_RESERVED_WORDS">
<changeSet id="1735503484260-2" author="gkhaavik">
<changeSet id="1735577949532-2" author="gkhaavik">
<addColumn tableName="order_shipping_info">
<column name="customer_email" type="VARCHAR(255)"/>
<column name="customer_first_name" type="VARCHAR(255)"/>
<column name="customer_last_name" type="VARCHAR(255)"/>
<column name="customer_phone" type="VARCHAR(255)"/>
</addColumn>
</changeSet>
<changeSet id="1735503484260-1" author="gkhaavik">
<changeSet id="1735577949532-1" author="gkhaavik">
<dropNotNullConstraint columnDataType="bigint" columnName="user_id" tableName="orders"/>
</changeSet>

Expand Down
Loading