5 Commits

Author SHA1 Message Date
Alexander Brandon Coles 3eeb5abfab Fix missing copyright notices in config 2025-08-19 17:40:34 +01:00
Alexander Brandon Coles 78ed9ea580 Freeze string literals in config
rubocop -A --only Style/FrozenStringLiteralComment,Layout/EmptyLineAfterMagicComment,Style/RedundantFreeze config
2025-08-19 17:04:00 +01:00
Oliver Günther 7b20158449 Don't try to set datetime_type for nulldb 2022-10-25 10:54:50 +02:00
Oliver Günther e816b2a795 Remove after_initialize block 2022-09-05 13:24:45 +02:00
Oliver Günther b3505de843 Migrate all datetime columns to timestampz
https://github.com/rails/rails/pull/41084 introduces support for timestamp with time zone

Currently, all our timestamp and datetime fields are without time zone (the previous default of datetime)

This has resulted in some inconsistencies when trying to query for a time object not explicitly passed as UTC
2022-09-01 21:43:27 +02:00