Files
ppanel-web/migrations/postgres/02131_timestamptz_last_reported_at.sql
T
Ember Moth 5de9508963 fix bugs
2026-07-05 22:35:53 +08:00

5 lines
121 B
SQL

ALTER TABLE "servers"
ALTER COLUMN "last_reported_at" TYPE timestamptz
USING "last_reported_at" AT TIME ZONE 'UTC';