Fix duplicate POSTGRES enum entry causing backend startup failure (#12936)

### What problem does this PR solve?
Fixes a duplicate POSTGRES entry in the TextFieldType enum that triggers
TypeError: 'POSTGRES' already defined as 'TEXT' on
import, preventing the backend from starting and resulting in 502 errors
on the frontend.
### Type of change
  - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
LIRUI YU
2026-02-02 12:34:48 +08:00
committed by GitHub
parent af7acb23cb
commit 01f9b98c3f

Diff Content Not Available