mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11103] remove is_enabled
PHPBB3-11103
This commit is contained in:
parent
eeb4018195
commit
8dc2f69e8a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue