Skip to content
Snippets Groups Projects
Verified Commit c6c06805 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

java by default in structure

parent 983e68d5
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ CREATE TABLE users
phone character varying(32) DEFAULT NULL::character varying,
mail character varying(255) DEFAULT NULL::character varying,
initials character varying(32) DEFAULT NULL::character varying,
preferences jsonb NOT NULL DEFAULT '{"documentEdition" : "onlyoffice"}',
preferences jsonb NOT NULL DEFAULT '{"documentEdition" : "java"}',
status character varying(10) NOT NULL DEFAULT 'OK'::character varying,
password_modification_date timestamp without time zone DEFAULT CURRENT_TIMESTAMP,
loginmode character varying(50) DEFAULT NULL::character varying,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment