Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
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
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
258041ee
Commit
258041ee
authored
18 years ago
by
Marc Ocebo
Browse files
Options
Downloads
Patches
Plain Diff
fix: nom de contrainte unique
parent
06e917c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mysql/tables/llx_contrat.key.sql
+1
-1
1 addition, 1 deletion
mysql/tables/llx_contrat.key.sql
with
1 addition
and
1 deletion
mysql/tables/llx_contrat.key.sql
+
1
−
1
View file @
258041ee
...
...
@@ -31,4 +31,4 @@ ALTER TABLE llx_contrat ADD INDEX idx_contrat_fk_soc (fk_soc);
ALTER
TABLE
llx_contrat
ADD
INDEX
idx_contrat_fk_user_author
(
fk_user_author
);
ALTER
TABLE
llx_contrat
ADD
CONSTRAINT
fk_contrat_societe
FOREIGN
KEY
(
fk_soc
)
REFERENCES
llx_societe
(
idp
);
ALTER
TABLE
llx_contrat
ADD
CONSTRAINT
fk_contrat_societe
FOREIGN
KEY
(
fk_user_author
)
REFERENCES
llx_user
(
rowid
);
\ No newline at end of file
ALTER
TABLE
llx_contrat
ADD
CONSTRAINT
fk_contrat_user_author
FOREIGN
KEY
(
fk_user_author
)
REFERENCES
llx_user
(
rowid
);
\ No newline at end of file
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