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
d2813eab
Commit
d2813eab
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
FIX #6877
Conflicts: htdocs/install/mysql/migration/5.0.0-6.0.0.sql
parent
19b8918c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
+1
-0
1 addition, 0 deletions
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
htdocs/install/mysql/tables/llx_projet.sql
+1
-0
1 addition, 0 deletions
htdocs/install/mysql/tables/llx_projet.sql
with
2 additions
and
0 deletions
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
+
1
−
0
View file @
d2813eab
...
@@ -45,6 +45,7 @@ ALTER TABLE llx_facture_fourn_det ADD INDEX idx_facture_fourn_det_fk_product (fk
...
@@ -45,6 +45,7 @@ ALTER TABLE llx_facture_fourn_det ADD INDEX idx_facture_fourn_det_fk_product (fk
ALTER
TABLE
llx_facture_rec
ADD
COLUMN
fk_user_modif
integer
;
ALTER
TABLE
llx_facture_rec
ADD
COLUMN
fk_user_modif
integer
;
ALTER
TABLE
llx_expedition
ADD
COLUMN
fk_user_modif
integer
;
ALTER
TABLE
llx_expedition
ADD
COLUMN
fk_user_modif
integer
;
ALTER
TABLE
llx_projet
ADD
COLUMN
fk_user_modif
integer
;
ALTER
TABLE
llx_adherent
ADD
COLUMN
model_pdf
varchar
(
255
);
ALTER
TABLE
llx_adherent
ADD
COLUMN
model_pdf
varchar
(
255
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_projet.sql
+
1
−
0
View file @
d2813eab
...
@@ -30,6 +30,7 @@ create table llx_projet
...
@@ -30,6 +30,7 @@ create table llx_projet
title
varchar
(
255
)
NOT
NULL
,
title
varchar
(
255
)
NOT
NULL
,
description
text
,
description
text
,
fk_user_creat
integer
NOT
NULL
,
-- createur du projet
fk_user_creat
integer
NOT
NULL
,
-- createur du projet
fk_user_modif
integer
,
public
integer
,
-- project is public or not
public
integer
,
-- project is public or not
fk_statut
integer
DEFAULT
0
NOT
NULL
,
-- open or close
fk_statut
integer
DEFAULT
0
NOT
NULL
,
-- open or close
fk_opp_status
integer
DEFAULT
NULL
,
-- if project is used to manage opportunities
fk_opp_status
integer
DEFAULT
NULL
,
-- if project is used to manage opportunities
...
...
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