1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/9725] Create an Azure SQL compatible Schema

Two problems were encountered when installing on AzureSQL:
-Azure SQL does not support the ON clause of T-SQL
-Azure SQL requries a clustered index AKA primary key on all tables

The fix is makeshift; it introduces questionable primary indices, which should be replaced with auto--increment columns.

PHPBB3-9725
This commit is contained in:
Henry Sudhof
2012-04-12 18:34:50 +02:00
committed by Patrick Webster
parent 9f4908f0f2
commit fd4f973440
2 changed files with 326 additions and 280 deletions

File diff suppressed because it is too large Load Diff