fix for mysql8

This commit is contained in:
einhornimmond 2025-06-28 17:40:21 +02:00
parent cd58c38545
commit eeedaec0bb

View File

@ -116,7 +116,7 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis
\`first_name\` varchar(150) NOT NULL,
\`last_name\` varchar(255) DEFAULT '',
\`username\` varchar(255) DEFAULT '',
\`description\` text DEFAULT '',
\`description\` text DEFAULT NULL,
\`password\` bigint unsigned DEFAULT '0',
\`pubkey\` binary(32) DEFAULT NULL,
\`privkey\` binary(80) DEFAULT NULL,