more of the same

This commit is contained in:
genuineparts 2025-06-22 16:10:33 +02:00
parent 3af2e83a53
commit 9660bb89c3

View file

@ -294,9 +294,9 @@ CREATE TABLE `as_users` (
`from` varchar(100) NOT NULL DEFAULT '',
`bio` text NOT NULL DEFAULT '',
`since` int(11) NOT NULL,
`gender` enum('m','f','u') NOT NULL,
`birthday` int(11) NOT NULL,
`active` tinyint(1) NOT NULL,
`gender` enum('m','f','u') NOT NULL DEFAULT 'u',
`birthday` int(11) NOT NULL DEFAULT '',
`active` tinyint(1) NOT NULL DEFAULT 0,
`lang` varchar(3) NOT NULL DEFAULT '',
`lastvisit` int(11) NOT NULL DEFAULT 0,
`lastactive` int(11) NOT NULL DEFAULT 0,