convert datetime fields to timestamp fields since we want to store UTC timestamps (#1187)

This commit is contained in:
Athou
2024-01-13 14:20:46 +01:00
parent b0aa6ae524
commit c4fbf98200
3 changed files with 30 additions and 3 deletions

View File

@@ -24,5 +24,6 @@
<include file="changelogs/db.changelog-3.9.xml" />
<include file="changelogs/db.changelog-4.0.xml" />
<include file="changelogs/db.changelog-4.1.xml" />
<include file="changelogs/db.changelog-4.2.xml" />
</databaseChangeLog>