Remove userseed from users table

This commit is contained in:
DariusIII
2025-05-04 23:31:49 +02:00
parent f538642175
commit 2f5ab2000c
5 changed files with 29 additions and 6 deletions
-1
View File
@@ -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',