unicef / iogt

BSD 2-Clause "Simplified" License
25 stars 36 forks source link

updated interactive model message id to biginteger #1711

Closed mizanriseup closed 1 month ago

mizanriseup commented 1 month ago

Updated the message_id field in the interactive model to use BigInteger instead of the previous data type.

This change is aimed at supporting larger message IDs for scalability and to ensure consistency with other parts of the system that use larger numeric IDs.