Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libriciel
web-DPO
Commits
e9db3348
Commit
e9db3348
authored
Apr 22, 2020
by
Théo GUILLON
Browse files
Modification : titre table
parent
17893ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Config/Schema/CreationBase/patchs/1.1.0_to_1.2.0.sql
View file @
e9db3348
...
...
@@ -213,7 +213,7 @@ INSERT INTO typages_organisations (typage_id, organisation_id)
ALTER
TABLE
fichiers
ADD
COLUMN
typage_id
INTEGER
DEFAULT
NULL
REFERENCES
typages
(
id
)
ON
DELETE
CASCADE
ON
UPDATE
CASCADE
;
CREATE
TABLE
valeur
coresponsables
(
CREATE
TABLE
coresponsables
(
id
serial
NOT
NULL
PRIMARY
KEY
,
fiche_id
INTEGER
NOT
NULL
REFERENCES
fiches
(
id
)
ON
DELETE
CASCADE
ON
UPDATE
CASCADE
,
responsable_id
INTEGER
NOT
NULL
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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