aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-recentchanges-rc_id.sql
Commit message (Collapse)AuthorAgeFilesLines
* Make rc_id unsignedAmir Sarabadani2021-03-011-0/+6
On very heavily edited wikis, it is possible for the value of signed int to be too small. This increases the max value of rc_id from 2,147,483,647 to 4,294,967,295. It also makes it more consistent with AUTO_INCREMENT PRIMARY KEY columns on other tables. This patch doesn't apply to Sqlite or Postgres. Bug: T62962 Change-Id: I3e2c1cf20004dcdeaf195611f762a8f6ffd2bff2