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
61440d43
Commit
61440d43
authored
14 years ago
by
Juanjo Menent
Browse files
Options
Downloads
Patches
Plain Diff
Task #9643: Prepare database
parent
062522f4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
htdocs/install/mysql/tables/llx_product.sql
+1
-0
1 addition, 0 deletions
htdocs/install/mysql/tables/llx_product.sql
with
2 additions
and
1 deletion
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
+
1
−
1
View file @
61440d43
...
...
@@ -11,5 +11,5 @@ alter table llx_product add column recuperableonly integer NOT NULL DEFAUL
alter
table
llx_product_price
add
column
recuperableonly
integer
NOT
NULL
DEFAULT
'0'
after
tva_tx
;
alter
table
llx_product
add
column
tobuy
tinyint
DEFAULT
1
after
envente
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_product.sql
+
1
−
0
View file @
61440d43
...
...
@@ -44,6 +44,7 @@ create table llx_product
localtax2_tx
double
(
6
,
3
)
DEFAULT
0
,
-- Spanish local VAT 2
fk_user_author
integer
,
envente
tinyint
DEFAULT
1
,
tobuy
tinyint
DEFAULT
1
,
fk_product_type
integer
DEFAULT
0
,
-- Type 0 for regular product, 1 for service
duration
varchar
(
6
),
seuil_stock_alerte
integer
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