We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00367d commit d7582feCopy full SHA for d7582fe
openmrs-atomfeed-api/src/main/resources/liquibase.xml
@@ -92,7 +92,7 @@
92
</preConditions>
93
<comment>Creating column date_created for queue table. This indicates the time event was raised or created.</comment>
94
<addColumn tableName="event_records">
95
- <column name="date_created" type="TIMESTAMP" defaultValueDate="CURRENT_TIMESTAMP"/>
+ <column name="date_created" type="TIMESTAMP"/>
96
</addColumn>
97
</changeSet>
98
0 commit comments