Commit 978fafab authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] database upgrade for lost password feature

parent f5bfeb50
Pipeline #2945 failed with stage
in 49 minutes and 24 seconds
## Version 0.0.5.8.9.9
* [FIX] Debug Graph Labels
* [FIX] schema upgraded, use 0.0.5.7.8.sql to upgrade your database
## Version 0.0.5.8.9.8
* [ERGO] NgramsTable, change group and search for ngrams to add
......
......@@ -17,6 +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,
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