mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch '3.1.x'
This commit is contained in:
commit
f6524f4902
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class increase_size_of_dateformat extends \phpbb\db\migration\migration
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'\phpbb\db\migration\data\v31x\v316',
|
'\phpbb\db\migration\data\v31x\v317',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ class increase_size_of_dateformat extends \phpbb\db\migration\migration
|
||||||
return array(
|
return array(
|
||||||
'change_columns' => array(
|
'change_columns' => array(
|
||||||
$this->table_prefix . 'users' => array(
|
$this->table_prefix . 'users' => array(
|
||||||
'user_dateformat' => array('VCHAR:64', 'd M Y H:i'),
|
'user_dateformat' => array('VCHAR_UNI:64', 'd M Y H:i'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue