Added login and updated register function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CREATE TABLE "users" (
|
||||
user_id uuid NOT NULL PRIMARY KEY,
|
||||
email text UNIQUE,
|
||||
email text NOT NULL UNIQUE,
|
||||
password text NOT NULL,
|
||||
admin boolean NOT NULL
|
||||
);
|
||||
|
Reference in New Issue
Block a user