mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9582] Custom profile fields cannot be created under MSSQL native.
PHPBB3-9565 PHPBB3-9582
This commit is contained in:
parent
cb3cf71805
commit
171807213f
1 changed files with 1 additions and 0 deletions
|
@ -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] ";
|
||||
|
|
Loading…
Add table
Reference in a new issue