Unifying things

This commit is contained in:
genuineparts 2025-06-23 19:41:29 +02:00
parent 1599a338e5
commit 8f0808b9ff
22 changed files with 110 additions and 76 deletions

View file

@ -261,7 +261,7 @@ CREATE TABLE IF NOT EXISTS `as_sessions` (
`ip` VARBINARY(16) NOT NULL,
`time` bigint(30) NOT NULL default '0',
`location` varchar(150) NOT NULL default '',
`useragent` varchar(100) NOT NULL default '',
`useragent` text NOT NULL,
`anonymous` int(1) NOT NULL default '0',
`nopermission` int(1) NOT NULL default '0',
PRIMARY KEY (`sid`),