mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Remove userseed from users table
This commit is contained in:
@@ -1207,7 +1207,6 @@ CREATE TABLE `users` (
|
||||
`bookview` int(11) NOT NULL DEFAULT 1,
|
||||
`gameview` int(11) NOT NULL DEFAULT 1,
|
||||
`rate_limit` int(11) NOT NULL DEFAULT 60,
|
||||
`userseed` varchar(50) NOT NULL,
|
||||
`notes` varchar(255) DEFAULT NULL,
|
||||
`style` varchar(255) DEFAULT NULL,
|
||||
`rolechangedate` datetime DEFAULT NULL COMMENT 'When does the role expire',
|
||||
|
||||
Reference in New Issue
Block a user