Commit b898b5c2 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Column name

parent 978fafab
Pipeline #2952 failed with stage
in 34 minutes and 54 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