Skip to content

Commit edf0440

Browse files
Merge pull request #198 from kamransaleem/patch-2
make last_update in source_data_rating not nullable
2 parents f110592 + 88ac8e1 commit edf0440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

waltz-data/src/main/ddl/liquibase/db.changelog-1.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@
17691769
<column name="last_import"
17701770
type="TIMESTAMP"
17711771
defaultValueComputed="${now.value}">
1772-
<constraints nullable="false"/>
1772+
<constraints nullable="true"/>
17731773
</column>
17741774
</addColumn>
17751775
</changeSet>

0 commit comments

Comments
 (0)