1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-29 22:45:40 +02:00
Files
php-phpbb/phpBB/develop
Henry Sudhof b993fa54a5 [ticket/9725] Add dummy indexes for Azure
SQL Azure requires a primary AKA clustered key on every table.
This adds a dummy INT column to act as key,
avoiding possible duplicate entries.
so that these columns can support bigger (speak: huge) tables

PHPBB3-9725
2014-03-01 21:03:25 -06:00
..