1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

[ticket/12194] Ensure that field_show_novalue is present

The field was not created on boards that were 3.1-dev before 3.0.11 was relesed

PHPBB3-12194
This commit is contained in:
Joas Schilling
2014-02-27 10:00:36 +01:00
parent f99cce0f44
commit de0b7ddce9
2 changed files with 46 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class profilefield_interests extends \phpbb\db\migration\profilefield_base_migra
{
return array(
'\phpbb\db\migration\data\v310\profilefield_types',
'\phpbb\db\migration\data\v310\profilefield_show_novalue',
);
}