Commit c707758f authored by Vladislav Rykov's avatar Vladislav Rykov
Browse files

database creation file update +notifications

parent 08349bcc
......@@ -42,7 +42,9 @@ CREATE TABLE public.applications (
name character varying(30) NOT NULL,
app_key character varying(30) NOT NULL,
username character varying(30) NOT NULL,
description character varying(200)
description character varying(200),
secure_key character varying(100) NOT NULL,
secure boolean DEFAULT false NOT NULL,
);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment