mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/11103] remove is_enabled
PHPBB3-11103
This commit is contained in:
parent
eeb4018195
commit
8dc2f69e8a
@ -1198,7 +1198,6 @@ function database_update_info()
|
||||
'item_parent_id' => array('UINT', 0),
|
||||
'user_id' => array('UINT', 0),
|
||||
'notification_read' => array('BOOL', 0),
|
||||
'is_enabled' => array('BOOL', 1),
|
||||
'notification_time' => array('TIMESTAMP', 1),
|
||||
'notification_data' => array('TEXT_UNI', ''),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user