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,
Role,
EmailToken,
PasswordToken,
DataServer
) VALUES (
1,
@@ -48,5 +49,6 @@ INSERT INTO Account (
0,
'Admin',
'',
'',
''
);