This commit is contained in:
genuineparts 2025-06-22 16:13:03 +02:00
parent 9660bb89c3
commit e6c5ab7541

View file

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