win 52ad76e6a4
Some checks failed
CI / test (push) Failing after 1m31s
CI / golangci-lint (push) Failing after 32s
Security Scan / backend-security (push) Failing after 32s
Security Scan / frontend-security (push) Failing after 31s
fix: remove +migrate Down section from 081 migration
The migrations runner executes the entire file content in a single
transaction, so the Down section DROP statements were being executed
immediately after the Up section, causing tables to be created then
dropped within the same transaction.
2026-03-28 03:25:54 +08:00
..
2026-03-21 01:21:48 +08:00