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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
1bedeea8
Commit
1bedeea8
authored
21 years ago
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
Ajout ckef departements et regions
parent
1f6adcd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mysql/foreign_keys.sql
+4
-1
4 additions, 1 deletion
mysql/foreign_keys.sql
with
4 additions
and
1 deletion
mysql/foreign_keys.sql
+
4
−
1
View file @
1bedeea8
...
...
@@ -42,3 +42,6 @@ ALTER TABLE llx_facturedet ADD FOREIGN KEY (fk_facture) REFERENCES llx_fa
ALTER
TABLE
llx_facture_tva_sum
ADD
FOREIGN
KEY
(
fk_facture
)
REFERENCES
llx_facture
(
rowid
);
ALTER
TABLE
llx_socpeople
ADD
FOREIGN
KEY
(
fk_soc
)
REFERENCES
llx_societe
(
idp
);
ALTER
TABLE
llx_c_departements
ADD
FOREIGN
KEY
(
fk_region
)
REFERENCES
llx_c_regions
(
code_region
);
ALTER
TABLE
llx_c_regions
ADD
FOREIGN
KEY
(
fk_pays
)
REFERENCES
llx_c_pays
(
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