Skip to content

Commit 88ac8e1

Browse files
authored
make last_update in source_data_rating not nullable
#196
1 parent f110592 commit 88ac8e1

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)