From 12b55beb42bb0ccd51c0052019402d29d04bf01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Mon, 28 Aug 2017 18:24:51 +0200 Subject: [PATCH] [ticket/15311] Fix code style PHPBB3-15311 --- phpBB/phpbb/db/migration/data/v330/storage_backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/migration/data/v330/storage_backup.php b/phpBB/phpbb/db/migration/data/v330/storage_backup.php index accdfb0575..316ba4c104 100644 --- a/phpBB/phpbb/db/migration/data/v330/storage_backup.php +++ b/phpBB/phpbb/db/migration/data/v330/storage_backup.php @@ -21,7 +21,7 @@ class storage_backup extends \phpbb\db\migration\migration 'add_tables' => array( $this->table_prefix . 'backups' => array( 'COLUMNS' => array( - 'backup_id' => array('UINT', NULL, 'auto_increment'), + 'backup_id' => array('UINT', null, 'auto_increment'), 'filename' => array('VCHAR', ''), ), 'PRIMARY_KEY' => 'backup_id',