Skip to content

Commit d7582fe

Browse files
committed
Removing unnecessary default column value (which was failing on mysql 5.5)
1 parent a00367d commit d7582fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmrs-atomfeed-api/src/main/resources/liquibase.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</preConditions>
9393
<comment>Creating column date_created for queue table. This indicates the time event was raised or created.</comment>
9494
<addColumn tableName="event_records">
95-
<column name="date_created" type="TIMESTAMP" defaultValueDate="CURRENT_TIMESTAMP"/>
95+
<column name="date_created" type="TIMESTAMP"/>
9696
</addColumn>
9797
</changeSet>
9898

0 commit comments

Comments
 (0)