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
258a06a2
Commit
258a06a2
authored
12 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: increase size of "body" field
parent
e6a89633
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/3.2.0-3.3.0.sql
+2
-0
2 additions, 0 deletions
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
htdocs/install/mysql/tables/llx_mailing.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/tables/llx_mailing.sql
with
3 additions
and
1 deletion
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
+
2
−
0
View file @
258a06a2
...
...
@@ -29,3 +29,5 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 2
ALTER
TABLE
llx_commande_fournisseur
CHANGE
COLUMN
date_cloture
date_approve
datetime
;
ALTER
TABLE
llx_commande_fournisseur
CHANGE
COLUMN
fk_user_cloture
fk_user_approve
integer
;
ALTER
TABLE
llx_mailing
MODIFY
COLUMN
body
mediumtext
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_mailing.sql
+
1
−
1
View file @
258a06a2
...
...
@@ -30,7 +30,7 @@ create table llx_mailing
titre
varchar
(
60
),
-- Ref of mailing
entity
integer
DEFAULT
1
NOT
NULL
,
-- multi company id
sujet
varchar
(
60
),
-- Sujet of mailing
body
text
,
body
medium
text
,
bgcolor
varchar
(
8
),
-- Backgroud color of mailing
bgimage
varchar
(
255
),
-- Backgroud image of mailing
cible
varchar
(
60
),
...
...
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