Commit 4c91f8da authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into 131-dev-ngrams-table-db-connection

parents 45598a22 b898b5c2
Pipeline #2951 failed with stage
in 13 minutes and 7 seconds
......@@ -17,7 +17,7 @@ CREATE TABLE public.auth_user (
is_staff BOOLEAN NOT NULL,
is_active BOOLEAN NOT NULL,
date_joined TIMESTAMP with time zone DEFAULT now() NOT NULL,
forgot_password TEXT,
forgot_password_uuid TEXT,
PRIMARY KEY (id)
);
ALTER TABLE public.auth_user OWNER TO gargantua;
......
Markdown is supported
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