mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-17 21:10:00 +02:00
[ticket/15311] Fix code style
PHPBB3-15311
This commit is contained in:
parent
fb716743d2
commit
12b55beb42
@ -21,7 +21,7 @@ class storage_backup extends \phpbb\db\migration\migration
|
|||||||
'add_tables' => array(
|
'add_tables' => array(
|
||||||
$this->table_prefix . 'backups' => array(
|
$this->table_prefix . 'backups' => array(
|
||||||
'COLUMNS' => array(
|
'COLUMNS' => array(
|
||||||
'backup_id' => array('UINT', NULL, 'auto_increment'),
|
'backup_id' => array('UINT', null, 'auto_increment'),
|
||||||
'filename' => array('VCHAR', ''),
|
'filename' => array('VCHAR', ''),
|
||||||
),
|
),
|
||||||
'PRIMARY_KEY' => 'backup_id',
|
'PRIMARY_KEY' => 'backup_id',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user