1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-21 19:56:58 +02:00
Files
php-phpbb/phpBB
hjpotter92 48fc908e6b [ticket/11875] Upgrade default data type from MEDIUMINT to INT
Use 4-byte data type INT(10) for user_id, post_id and topic_id across
all tables instead of previously used 3-byte MEDIUMINT(8)

PHPBB3-11875
2014-02-28 03:58:32 +05:30
..