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
f89b3e2b
Commit
f89b3e2b
authored
Dec 21, 2008
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Increase size for comment field
parent
870eb63e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mysql/migration/2.4.0-2.5.0.sql
+1
-1
1 addition, 1 deletion
mysql/migration/2.4.0-2.5.0.sql
mysql/tables/llx_bank_account.sql
+1
-1
1 addition, 1 deletion
mysql/tables/llx_bank_account.sql
with
2 additions
and
2 deletions
mysql/migration/2.4.0-2.5.0.sql
+
1
−
1
View file @
f89b3e2b
...
...
@@ -84,11 +84,11 @@ alter table llx_adherent_options_label add column type varchar(8);
alter
table
llx_adherent_options_label
add
column
size
integer
DEFAULT
0
;
alter
table
llx_adherent_options_label
add
column
pos
integer
DEFAULT
0
;
-- Reverse option
update
llx_const
set
visible
=
1
,
name
=
'FACTURE_ENABLE_RECUR'
,
value
=
'1'
where
name
=
'FACTURE_DISABLE_RECUR'
and
value
=
'0'
;
delete
from
llx_const
where
name
=
'FACTURE_DISABLE_RECUR'
and
value
=
'1'
;
alter
table
llx_bank_account
modify
comment
text
;
update
llx_bank_account
set
ref
=
label
where
ref
is
null
or
ref
=
''
;
...
...
This diff is collapsed.
Click to expand it.
mysql/tables/llx_bank_account.sql
+
1
−
1
View file @
f89b3e2b
...
...
@@ -49,5 +49,5 @@ create table llx_bank_account
currency_code
varchar
(
3
)
NOT
NULL
,
min_allowed
integer
DEFAULT
0
,
min_desired
integer
DEFAULT
0
,
comment
varchar
(
254
)
comment
text
)
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