mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11103] data -> notification_data
PHPBB3-11103
This commit is contained in:
@@ -434,7 +434,7 @@ CREATE TABLE phpbb_notifications (
|
||||
user_id INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
notification_read INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
notification_time INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
data text(65535) NOT NULL DEFAULT ''
|
||||
notification_data text(65535) NOT NULL DEFAULT ''
|
||||
);
|
||||
|
||||
CREATE INDEX phpbb_notifications_item_ident ON phpbb_notifications (item_type, item_id);
|
||||
|
Reference in New Issue
Block a user