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
564bc8e0
Commit
564bc8e0
authored
19 years ago
by
Simon Tosser
Browse files
Options
Downloads
Patches
Plain Diff
Ajout support ventilation sur facture fournisseur
parent
7ed3d15b
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/migration/1.1.0-2.0.0.sql
+4
-1
4 additions, 1 deletion
mysql/migration/1.1.0-2.0.0.sql
with
4 additions
and
1 deletion
mysql/migration/1.1.0-2.0.0.sql
+
4
−
1
View file @
564bc8e0
...
@@ -480,6 +480,9 @@ ALTER TABLE llx_facture_fourn ADD CONSTRAINT fk_facture_fourn_fk_user_author
...
@@ -480,6 +480,9 @@ ALTER TABLE llx_facture_fourn ADD CONSTRAINT fk_facture_fourn_fk_user_author
ALTER
TABLE
llx_facture_fourn
ADD
CONSTRAINT
fk_facture_fourn_fk_user_valid
FOREIGN
KEY
(
fk_user_valid
)
REFERENCES
llx_user
(
rowid
);
ALTER
TABLE
llx_facture_fourn
ADD
CONSTRAINT
fk_facture_fourn_fk_user_valid
FOREIGN
KEY
(
fk_user_valid
)
REFERENCES
llx_user
(
rowid
);
ALTER
TABLE
llx_facture_fourn
ADD
CONSTRAINT
fk_facture_fourn_fk_projet
FOREIGN
KEY
(
fk_projet
)
REFERENCES
llx_projet
(
rowid
);
ALTER
TABLE
llx_facture_fourn
ADD
CONSTRAINT
fk_facture_fourn_fk_projet
FOREIGN
KEY
(
fk_projet
)
REFERENCES
llx_projet
(
rowid
);
ALTER
TABLE
llx_facture_fourn_det
ADD
fk_export_compta
INT
(
11
)
NOT
NULL
AFTER
total_ttc
;
ALTER
TABLE
llx_facture_fourn_det
ADD
fk_code_ventilation
INT
(
11
)
NOT
NULL
AFTER
fk_export_compta
;
update
llx_facture_fourn
set
date_lim_reglement
=
datef
where
fk_cond_reglement
=
1
;
update
llx_facture_fourn
set
date_lim_reglement
=
datef
where
fk_cond_reglement
=
1
;
alter
table
llx_bank_account
modify
bank
varchar
(
60
);
alter
table
llx_bank_account
modify
bank
varchar
(
60
);
...
...
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