mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(autobrrctl): change password for user (#11)
This commit is contained in:
parent
b8edeb5f31
commit
eb5b040eeb
3 changed files with 8 additions and 6 deletions
|
@ -12,7 +12,8 @@ CREATE TABLE users
|
|||
username TEXT NOT NULL,
|
||||
password TEXT NOT NULL,
|
||||
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
|
||||
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
UNIQUE (username)
|
||||
);
|
||||
|
||||
CREATE TABLE indexer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue