docs: add status to forbidden field names when using Postgres and drafts are enabled (#13233)

Fixes https://github.com/payloadcms/payload/issues/13144
This commit is contained in:
Sasha
2025-07-24 16:29:53 +03:00
committed by GitHub
parent 1ad7b55e05
commit 7ae4f8c709

View File

@@ -157,6 +157,7 @@ The following field names are forbidden and cannot be used:
- `salt` - `salt`
- `hash` - `hash`
- `file` - `file`
- `status` - with Postgres Adapter and when drafts are enabled
### Field-level Hooks ### Field-level Hooks