mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-16 04:58:02 +00:00
Add initial admin page with update feature
This commit is contained in:
@@ -7,7 +7,8 @@ module.exports = function () {
|
||||
username TEXT UNIQUE,
|
||||
hashed_password BLOB,
|
||||
salt BLOB,
|
||||
name TEXT)`
|
||||
name TEXT,
|
||||
is_admin INTEGER)`
|
||||
)
|
||||
|
||||
db.run(`CREATE TABLE IF NOT EXISTS profiles (
|
||||
|
||||
Reference in New Issue
Block a user