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

6 lines
200 B
SQL

-- MySQL datetime type does not have timezone support.
-- The Go code fix (serverPushStatusLogic.go, serverPushUserTrafficLogic.go)
-- removing .UTC() is sufficient for MySQL environments.
SELECT 1;