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
87fb49e3
Commit
87fb49e3
authored
8 years ago
by
Juanjo Menent
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #5650 from defrance/patch-23
add link between commandedet line
parents
d9ca95ac
777b9fe4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
+2
-0
2 additions, 0 deletions
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
htdocs/install/mysql/tables/llx_commandedet.sql
+2
-0
2 additions, 0 deletions
htdocs/install/mysql/tables/llx_commandedet.sql
with
4 additions
and
0 deletions
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
+
2
−
0
View file @
87fb49e3
...
...
@@ -27,6 +27,8 @@ ALTER TABLE llx_user DROP COLUMN phenix_pass;
ALTER
TABLE
llx_societe
ADD
COLUMN
fk_account
integer
;
ALTER
TABLE
llx_commandedet
ADD
COLUMN
fk_commandefourndet
integer
NOT
NULL
after
import_key
;
-- link to detail line of commande fourn (resplenish)
ALTER
TABLE
llx_website
ADD
COLUMN
virtualhost
varchar
(
255
)
after
fk_default_home
;
ALTER
TABLE
llx_chargesociales
ADD
COLUMN
fk_account
integer
after
fk_type
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_commandedet.sql
+
2
−
0
View file @
87fb49e3
...
...
@@ -57,6 +57,8 @@ create table llx_commandedet
fk_unit
integer
DEFAULT
NULL
,
-- lien vers table des unités
import_key
varchar
(
14
),
fk_commandefourndet
integer
NOT
NULL
,
-- link to detail line of commande fourn (resplenish)
fk_multicurrency
integer
,
multicurrency_code
varchar
(
255
),
multicurrency_subprice
double
(
24
,
8
)
DEFAULT
0
,
...
...
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