Add Email and LastPasswordReset columns to Account table (#299)

* Add Email column to Account table

* Add LastPasswordReset timestamp column, missing DB version bump
This commit is contained in:
2024-11-28 23:01:29 -05:00
committed by GitHub
parent ed9fe61faf
commit 36e0667ed2
3 changed files with 21 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
#include <string>
#include <vector>
#define DATABASE_VERSION 5
#define DATABASE_VERSION 6
namespace Database {