Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fichier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
fichier
Commits
baf257c8
Commit
baf257c8
authored
4 months ago
by
Thibaut Vallee
Browse files
Options
Downloads
Patches
Plain Diff
Fix du shéma SQL
parent
97c428ea
Branches
release_5_bs5
No related tags found
No related merge requests found
Pipeline
#35496
passed
4 months ago
Stage: publish
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
SQL/001_table.sql
+2
-2
2 additions, 2 deletions
SQL/001_table.sql
with
6 additions
and
2 deletions
CHANGELOG.md
+
4
−
0
View file @
baf257c8
CHANGELOG
=========
1.0.1 (14/02/24)
-----
-
[FIX] : Clés étrangéres des champs histo
1.
0.0 (10/02/24)
-----
-
Création de la librairie unicaen-fichier
This diff is collapsed.
Click to expand it.
SQL/001_table.sql
+
2
−
2
View file @
baf257c8
...
...
@@ -28,6 +28,6 @@ create table unicaen_fichier_fichier
FOREIGN
KEY
(
nature
)
REFERENCES
unicaen_fichier_nature
(
id
),
FOREIGN
KEY
(
histo_createur_id
)
REFERENCES
unicaen_utilisateur_user
(
id
),
FOREIGN
KEY
(
histo_
cre
ateur_id
)
REFERENCES
unicaen_utilisateur_user
(
id
),
FOREIGN
KEY
(
histo_
crea
teur_id
)
REFERENCES
unicaen_utilisateur_user
(
id
)
FOREIGN
KEY
(
histo_
modific
ateur_id
)
REFERENCES
unicaen_utilisateur_user
(
id
),
FOREIGN
KEY
(
histo_
destruc
teur_id
)
REFERENCES
unicaen_utilisateur_user
(
id
)
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment