Update mysql.sql

This commit is contained in:
Roman Kelesidis 2025-02-08 07:19:38 +03:00 committed by GitHub
parent 3dcb02b909
commit 4543924ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -883,7 +883,7 @@ DROP TABLE IF EXISTS `bb_privmsgs`;
CREATE TABLE IF NOT EXISTS `bb_privmsgs` (
`privmsgs_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`privmsgs_type` tinyint(4) NOT NULL DEFAULT '0',
`privmsgs_subject` varchar(255) NOT NULL DEFAULT '0',
`privmsgs_subject` varchar(255) NOT NULL DEFAULT '',
`privmsgs_from_userid` mediumint(8) NOT NULL DEFAULT '0',
`privmsgs_to_userid` mediumint(8) NOT NULL DEFAULT '0',
`privmsgs_date` int(11) NOT NULL DEFAULT '0',