Skip to content

Commit

Permalink
Changed last_modified_date to be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
ctevse committed Nov 1, 2023
1 parent 0570962 commit a98f0a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvip_data/mysql-database/newDB/db.init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -961,4 +961,7 @@
</addColumn>
</changeSet>

<changeSet id="nullableDateChangesInRawDescriptions" author="ctevse@rit.edu">
<dropNotNullConstraint tableName="rawdescription" columnName="last_modified_date" columnDataType="datetime"/>
</changeSet>
</databaseChangeLog>

0 comments on commit a98f0a2

Please sign in to comment.