mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 15:29:02 +00:00
some work on sessions
This commit is contained in:
@@ -76,8 +76,8 @@ CREATE TABLE log_entry
|
||||
CREATE TABLE manager
|
||||
(
|
||||
id SERIAL PRIMARY KEY,
|
||||
username TEXT,
|
||||
password TEXT,
|
||||
username TEXT UNIQUE,
|
||||
password BYTEA,
|
||||
website_admin BOOLEAN
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user