* fix(entity): use TIMESTAMPTZ in Postgres and sort issue comments oldest-first
Switch key datetime columns to TIMESTAMPTZ for proper UTC handling
(“just now”) and sort issue comments on load so the original
description stays first and in proper sorted order in fix-pgsql-timezone
fixes#1569, fixes#1568
* refactor(migration): manually rewrite pgsql migration to preserve existing data
Typeorm generated migration was dropping the entire column thus leading to data loss so this is an
attempt at manually rewriting the migration to preserve the data
* refactor(migrations): rename to be consistent with other migration files
* fix: use id to order instead of createdAt to avoid non-existant createdAt
---------
Co-authored-by: Gauthier <mail@gauthierth.fr>