From e9b4895b0f2c280d829ea0bd5e79f2952c00466f Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 13 Jan 2024 17:23:16 +0100 Subject: [PATCH] move timezone logic to a reusable timestamp_type property --- .../resources/changelogs/db.changelog-4.2.xml | 29 ++++++++----------- .../src/main/resources/migrations.xml | 10 +++++-- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/commafeed-server/src/main/resources/changelogs/db.changelog-4.2.xml b/commafeed-server/src/main/resources/changelogs/db.changelog-4.2.xml index ecbada46..837aa513 100644 --- a/commafeed-server/src/main/resources/changelogs/db.changelog-4.2.xml +++ b/commafeed-server/src/main/resources/changelogs/db.changelog-4.2.xml @@ -4,23 +4,18 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd"> - - - - - - - - - - - - - - - - - + 9:bf66bf7def9ec3dab1f365f7230d92cf + + + + + + + + + + + diff --git a/commafeed-server/src/main/resources/migrations.xml b/commafeed-server/src/main/resources/migrations.xml index 7c23aafa..b2516c8b 100644 --- a/commafeed-server/src/main/resources/migrations.xml +++ b/commafeed-server/src/main/resources/migrations.xml @@ -4,9 +4,13 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd"> - - - + + + + + + +