Skip to content

Commit

Permalink
generated_by_script must not be null
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Dec 18, 2024
1 parent 33241d2 commit 23140e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<changeSet author="Angel Montenegro" id="SET-FIELD-NOT-NULLABLE" dbms="postgresql">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="YES">select is_nullable from information_schema.columns where table_name = 'peer_review' and column_name = 'org_id';</sqlCheck>
<sqlCheck expectedResult="YES">select is_nullable from information_schema.columns where table_name = 'profile_email_domain' and column_name = 'generated_by_script';</sqlCheck>
</preConditions>
<addNotNullConstraint
columnName="generated_by_script"
Expand Down

0 comments on commit 23140e0

Please sign in to comment.