fix: altera field_user_id_lattes de INT para BIGINT

IDs Lattes têm 16 dígitos, excedendo o limite do INT (≈2.1 bilhões).
Corrige erro SQLSTATE[22003] durante o cron ao salvar o campo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 13:38:07 -03:00
parent 4cc48b66fd
commit 44b917e78e
2 changed files with 22 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ entity_type: user
type: integer
settings:
unsigned: false
size: normal
size: big
module: core
locked: false
cardinality: 1