Moved nickname into auth and user data into db

This commit is contained in:
Mitchell McCaffrey
2020-04-26 17:59:46 +10:00
parent 568a2d6877
commit 7baf808079
5 changed files with 50 additions and 28 deletions

View File

@@ -5,6 +5,7 @@ db.version(1).stores({
maps: "id",
states: "mapId",
tokens: "id",
user: "key",
});
export default db;