mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 16:35:35 +02:00
[ticket/14665] Remove invalid syntax in report_id_auto_increment migration
PHPBB3-14665
This commit is contained in:
@ -38,7 +38,8 @@ class report_id_auto_increment extends \phpbb\db\migration\migration
|
|||||||
return array(
|
return array(
|
||||||
'change_columns' => array(
|
'change_columns' => array(
|
||||||
$this->table_prefix . 'reports' => array(
|
$this->table_prefix . 'reports' => array(
|
||||||
'report_id' => array('ULINT', 0), 0),
|
'report_id' => array('ULINT', 0),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user