Fixed default user

This commit is contained in:
2025-07-26 10:20:41 -07:00
parent ca73f1c6e0
commit 260bcddfca
+2
View File
@@ -36,6 +36,7 @@ INSERT INTO Account (
CurrentPasswordAttempts, CurrentPasswordAttempts,
Role, Role,
EmailToken, EmailToken,
PasswordToken,
DataServer DataServer
) VALUES ( ) VALUES (
1, 1,
@@ -48,5 +49,6 @@ INSERT INTO Account (
0, 0,
'Admin', 'Admin',
'', '',
'',
'' ''
); );