[ticket/9582] Custom profile fields cannot be created under MSSQL native.

PHPBB3-9565
PHPBB3-9582
This commit is contained in:
Rob House 2010-05-01 01:30:51 +01:00 committed by Nils Adermann
parent cb3cf71805
commit 171807213f

View file

@ -1480,6 +1480,7 @@ class acp_profile
case 'mssql':
case 'mssql_odbc':
case 'mssqlnative':
// We are defining the biggest common value, because of the possibility to edit the min/max values of each field.
$sql = 'ALTER TABLE [' . PROFILE_FIELDS_DATA_TABLE . "] ADD [$field_ident] ";