mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
misc(database): Use DEFAULT ''
for privmsgs_subject
(#1786)
* fix(posting): Exception on too long topic title * Update mysql.sql
This commit is contained in:
parent
0a423834a7
commit
387a25870a
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ 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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue