Skip to content
Snippets Groups Projects
Commit 32cec020 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files
parents 5aaa81d6 fb3264d7
Branches
Tags
No related merge requests found
Pipeline #13079 passed
......@@ -21,7 +21,7 @@ create table unicaen_renderer_template
document_type varchar(256) not null,
document_sujet text not null,
document_corps text not null,
document_css text not null
document_css text
);
create unique index unicaen_document_template_code_uindex on unicaen_renderer_template (code);
create unique index unicaen_document_template_id_uindex on unicaen_renderer_template (id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment