Dear Backstage Team,
I am reaching out to inquire about the id column in the refresh_state_references table used by the Backstage backend. We have encountered an issue where the value of this column has reached the upper limit of the 32-bit integer data type, as entities are deleted and reinserted—even when only updated here in the code. This results in significant gaps in the id values, since they are auto-incremented. Current version of backstage backend we are using is 1.27
To resolve the issue initially, we changed the data type of the id column from int to bigint. Could you please confirm whether there are any plans to migrate this column to a bigint data type in upcoming releases? Additionally, we would appreciate any guidance or best practices you recommend for handling this scenario in the current version.