diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2013-10-29 00:00:00 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-29 00:00:00 +0100 |
| commit | 59e3c2d16e5fa3eb6f1a872657454b437b72ae63 (patch) | |
| tree | 4b73ff239faac9125c1998eba0de8d8e607041d4 /phpBB/phpbb/db/migration/data/v310/notifications.php | |
| parent | ed94e3c5761cc188fc6e1e7943a888d30bd0e7b9 (diff) | |
| parent | 7f58a4572eaca75aecff2da889e67ea151616011 (diff) | |
| download | forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar.gz forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar.bz2 forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar.xz forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.zip | |
Merge remote-tracking branch 'marc1706/ticket/11981' into develop
* marc1706/ticket/11981:
[ticket/11981] Fix code sniffer complaints
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/notifications.php')
| -rw-r--r-- | phpBB/phpbb/db/migration/data/v310/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/notifications.php b/phpBB/phpbb/db/migration/data/v310/notifications.php index 10f1392094..61be25bb5f 100644 --- a/phpBB/phpbb/db/migration/data/v310/notifications.php +++ b/phpBB/phpbb/db/migration/data/v310/notifications.php @@ -34,7 +34,7 @@ class notifications extends \phpbb\db\migration\migration ), $this->table_prefix . 'notifications' => array( 'COLUMNS' => array( - 'notification_id' => array('UINT', NULL, 'auto_increment'), + 'notification_id' => array('UINT', null, 'auto_increment'), 'item_type' => array('VCHAR:255', ''), 'item_id' => array('UINT', 0), 'item_parent_id' => array('UINT', 0), |
