Added relations to redis ORM

This commit is contained in:
2024-08-13 15:18:47 -04:00
parent 2a5ca3664a
commit b27e1b1617
20 changed files with 240 additions and 150 deletions
+1 -4
View File
@@ -58,12 +58,9 @@ class User extends Table{
throw error;
}
};
}
module.exports = {User};
User.register();
(async function(){
var defaultUser = 'proxyadmin2'