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
25f2eb4e
Commit
25f2eb4e
authored
18 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: des champs avaient été oubliés dans le script de migration
parent
bf22746e
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/migration/2.0.0-2.1.0.sql
+4
-0
4 additions, 0 deletions
mysql/migration/2.0.0-2.1.0.sql
with
4 additions
and
0 deletions
mysql/migration/2.0.0-2.1.0.sql
+
4
−
0
View file @
25f2eb4e
...
...
@@ -564,6 +564,10 @@ delete from llx_document_model where nom='dorade' and type='shipping';
ALTER
TABLE
llx_facture
ADD
UNIQUE
INDEX
idx_facture_uk_facnumber
(
facnumber
);
alter
table
llx_facture_rec
add
column
remise_absolue
real
default
0
after
remise_percent
;
alter
table
llx_facture_rec
add
column
fk_mode_reglement
integer
after
fk_cond_reglement
;
alter
table
llx_facture_rec
add
column
date_lim_reglement
date
after
fk_mode_reglement
;
alter
table
llx_facture_rec
add
column
note_public
text
after
note
;
ALTER
TABLE
llx_facture_rec
ADD
INDEX
idx_facture_rec_fk_soc
(
fk_soc
);
ALTER
TABLE
llx_facture_rec
ADD
INDEX
idx_facture_rec_fk_user_author
(
fk_user_author
);
...
...
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