diff --git a/database/mistox.sql b/database/mistox.sql index b675663..c16ac9b 100755 --- a/database/mistox.sql +++ b/database/mistox.sql @@ -36,6 +36,7 @@ INSERT INTO Account ( CurrentPasswordAttempts, Role, EmailToken, + PasswordToken, DataServer ) VALUES ( 1, @@ -48,5 +49,6 @@ INSERT INTO Account ( 0, 'Admin', '', + '', '' ); \ No newline at end of file