mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 12:52:08 +02:00
Merge pull request #4349 from marc1706/ticket/14665
[ticket/14665] Remove invalid syntax in report_id_auto_increment migration * marc1706/ticket/14665: [ticket/14665] Remove invalid syntax in report_id_auto_increment migration
This commit is contained in:
commit
c1cb59c237
@ -38,8 +38,9 @@ class report_id_auto_increment extends \phpbb\db\migration\migration
|
||||
return array(
|
||||
'change_columns' => array(
|
||||
$this->table_prefix . 'reports' => array(
|
||||
'report_id' => array('ULINT', 0), 0),
|
||||
'report_id' => array('ULINT', 0),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user