mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 05:52:08 -04:00
10 lines
241 B
SQL
10 lines
241 B
SQL
-- migrate:up
|
|
-- 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;
|
|
|
|
-- migrate:down
|
|
SELECT 1;
|
|
|