Skip to content

Commit

Permalink
try different changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Dec 16, 2024
1 parent a40e1ed commit 49d666b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<columnExists tableName="profile_email_domain" columnName="generated_by_script"/>
</not>
</preConditions>
<addColumn tableName="profile_email_domain">
<column name="generated_by_script" type="BOOLEAN" defaultValue="false"/>
</addColumn>
<sql>ALTER TABLE profile_email_domain ADD generated_by_script boolean default false;</sql>
</changeSet>

<changeSet author="Andrej Romanov" id="UPDATE-GENERATED-BY-SCRIPT-BASED-ON-CREATED-DATE" dbms="postgresql">
Expand Down

0 comments on commit 49d666b

Please sign in to comment.