mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_users.git
synced 2026-03-08 17:37:41 -03:00
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:
@@ -9,7 +9,7 @@ entity_type: user
|
||||
type: integer
|
||||
settings:
|
||||
unsigned: false
|
||||
size: normal
|
||||
size: big
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
|
||||
Reference in New Issue
Block a user