From abe0a8a0684b71c263bde0cce72865cdc24e8f9d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 9 Feb 2021 21:23:17 +0100 Subject: added column for status --- database/init_db.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'database') diff --git a/database/init_db.sql b/database/init_db.sql index 1bb36dd..33a6c04 100644 --- a/database/init_db.sql +++ b/database/init_db.sql @@ -4,6 +4,7 @@ create table if not exists users ( user_id text primary key not null, username varchar(35) not null, email text not null, + status text, country text, password_hash text not null, registered integer not null, -- cgit v1.2.3