new-api/controller
CaIon a7caff9b85
Some checks failed
Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (amd64) [native] (push) Has been cancelled
Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (arm64) [native] (push) Has been cancelled
Publish Docker image (Multi Registries, native amd64+arm64) / Create multi-arch manifests (Docker Hub) (push) Has been cancelled
feat(subscription): validate price amount and migrate database column type
- Add validation to ensure subscription plan price amount is non-negative and does not exceed 9999.
- Migrate the price_amount column from float/double to decimal(10,6) in the database for improved precision.
- Update SubscriptionPlan model to reflect the new decimal type for price_amount.
2026-02-03 18:58:28 +08:00
..
2026-01-14 22:29:43 +08:00
2026-01-14 22:29:43 +08:00
2026-01-14 22:29:43 +08:00
2025-03-15 19:10:12 +08:00
2026-02-02 14:37:31 +08:00
2026-02-02 14:37:31 +08:00