feat: add arch to database

This commit is contained in:
Andras Bacsai
2022-07-25 19:16:30 +00:00
parent 681fcb5a0e
commit 003a8e4554
4 changed files with 14 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ async function main() {
data: {
isRegistrationEnabled: true,
proxyPassword: encrypt(generatePassword()),
proxyUser: cuid()
proxyUser: cuid(),
arch: process.arch
}
});
} else {