mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Once more
This commit is contained in:
@@ -736,6 +736,7 @@ CREATE TABLE release_comments (
|
||||
id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
releases_id INT(11) UNSIGNED NOT NULL COMMENT 'FK to releases.id',
|
||||
text VARCHAR(2000) NOT NULL DEFAULT '',
|
||||
isvisible TINYINT(1) NOT NULL DEFAULT '1',
|
||||
text_hash VARCHAR(32) NOT NULL DEFAULT '',
|
||||
username VARCHAR(255) NOT NULL DEFAULT '',
|
||||
users_id INT(11) UNSIGNED NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user