Open johnclary opened 1 week ago
As discussed in Slack, our ID sequences are incrementing rather quickly due to the frequency of upserts we make during the CRIS import.
We should convert our ID sequences to bigint to avoid the rather unlikely case in which our sequences hit ~2 billion.
bigint
As discussed in Slack, our ID sequences are incrementing rather quickly due to the frequency of upserts we make during the CRIS import.
We should convert our ID sequences to
bigint
to avoid the rather unlikely case in which our sequences hit ~2 billion.