1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

[ticket/11103] remove is_enabled

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-12-15 21:17:37 -06:00
parent eeb4018195
commit 8dc2f69e8a

View File

@ -1198,7 +1198,6 @@ function database_update_info()
'item_parent_id' => array('UINT', 0), 'item_parent_id' => array('UINT', 0),
'user_id' => array('UINT', 0), 'user_id' => array('UINT', 0),
'notification_read' => array('BOOL', 0), 'notification_read' => array('BOOL', 0),
'is_enabled' => array('BOOL', 1),
'notification_time' => array('TIMESTAMP', 1), 'notification_time' => array('TIMESTAMP', 1),
'notification_data' => array('TEXT_UNI', ''), 'notification_data' => array('TEXT_UNI', ''),
), ),