Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
renderer
Commits
fb3264d7
Commit
fb3264d7
authored
Jan 07, 2022
by
Jean-Philippe Metivier
Browse files
Correction script SQL
parent
7069619f
Pipeline
#12111
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SQL/001_tables.sql
View file @
fb3264d7
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment