diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2012-04-12 18:34:50 +0200 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2014-03-01 20:59:11 -0600 |
commit | fd4f973440baf51b92de61cd067268f1881a9a30 (patch) | |
tree | fa87f8b769881f6c72a409ead779fe39ea4f106c /phpBB/includes/acm/acm_redis.php | |
parent | 9f4908f0f2896d60c348f4e52ef4a200a8404bd7 (diff) | |
download | forums-fd4f973440baf51b92de61cd067268f1881a9a30.tar forums-fd4f973440baf51b92de61cd067268f1881a9a30.tar.gz forums-fd4f973440baf51b92de61cd067268f1881a9a30.tar.bz2 forums-fd4f973440baf51b92de61cd067268f1881a9a30.tar.xz forums-fd4f973440baf51b92de61cd067268f1881a9a30.zip |
[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
Diffstat (limited to 'phpBB/includes/acm/acm_redis.php')
0 files changed, 0 insertions, 0 deletions