mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Vote button code improvements (#1146)
* Vote button code improvements * Updated * Update viewtopic_attach.tpl
This commit is contained in:
parent
d9094d1524
commit
2c46a01fdb
3 changed files with 19 additions and 21 deletions
|
@ -1476,7 +1476,7 @@ CREATE TABLE IF NOT EXISTS `bb_thx`
|
|||
`topic_id` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`user_id` MEDIUMINT(8) NOT NULL DEFAULT '0',
|
||||
`time` INT(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`topic_id`)
|
||||
PRIMARY KEY (`topic_id`, `user_id`)
|
||||
)
|
||||
ENGINE = MyISAM
|
||||
DEFAULT CHARSET = utf8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue