Files
ppanel-web/migrations/mysql/02131_timestamptz_last_reported_at.sql
T
Ember Moth d2253bb8fa fix bugs
2026-07-05 22:22:13 +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;