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
6873e831
Commit
6873e831
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Error in building donation document
parent
5604b3dc
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
mysql/migration/2.4.0-2.5.0.sql
+3
-0
3 additions, 0 deletions
mysql/migration/2.4.0-2.5.0.sql
mysql/tables/llx_don.sql
+4
-1
4 additions, 1 deletion
mysql/tables/llx_don.sql
with
7 additions
and
1 deletion
mysql/migration/2.4.0-2.5.0.sql
+
3
−
0
View file @
6873e831
...
...
@@ -70,3 +70,6 @@ alter table llx_fichinterdet modify date datetime;
alter
table
llx_don
modify
fk_don_projet
integer
NULL
;
alter
table
llx_don
modify
fk_user_valid
integer
NULL
;
alter
table
llx_don
add
note_public
text
;
alter
table
llx_don
add
model_pdf
varchar
(
50
);
alter
table
llx_don
add
import_key
varchar
(
14
);
This diff is collapsed.
Click to expand it.
mysql/tables/llx_don.sql
+
4
−
1
View file @
6873e831
...
...
@@ -40,5 +40,8 @@ create table llx_don
fk_don_projet
integer
NULL
,
-- projet auquel est fait le don
fk_user_author
integer
NOT
NULL
,
fk_user_valid
integer
NULL
,
note
text
note
text
,
note_public
text
,
model_pdf
varchar
(
50
),
import_key
varchar
(
14
)
)
type
=
innodb
;
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