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
37a9f15f
Commit
37a9f15f
authored
8 years ago
by
florian HENRY
Browse files
Options
Downloads
Patches
Plain Diff
FIX : increase size of llx_c_actioncomm type column
parent
52080fb9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
htdocs/install/mysql/tables/llx_c_actioncomm.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/tables/llx_c_actioncomm.sql
with
2 additions
and
2 deletions
htdocs/install/mysql/migration/4.0.0-5.0.0.sql
+
1
−
1
View file @
37a9f15f
...
@@ -201,4 +201,4 @@ create table llx_user_employment
...
@@ -201,4 +201,4 @@ create table llx_user_employment
dateemploymentend
date
-- last and current value stored into llx_user
dateemploymentend
date
-- last and current value stored into llx_user
)
ENGINE
=
innodb
;
)
ENGINE
=
innodb
;
ALTER
TABLE
llx_c_actioncomm
MODIFY
COLUMN
type
varchar
(
50
)
DEFAULT
'system'
NOT
NULL
;
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_c_actioncomm.sql
+
1
−
1
View file @
37a9f15f
...
@@ -22,7 +22,7 @@ create table llx_c_actioncomm
...
@@ -22,7 +22,7 @@ create table llx_c_actioncomm
(
(
id
integer
PRIMARY
KEY
,
id
integer
PRIMARY
KEY
,
code
varchar
(
12
)
NOT
NULL
,
code
varchar
(
12
)
NOT
NULL
,
type
varchar
(
1
0
)
DEFAULT
'system'
NOT
NULL
,
type
varchar
(
5
0
)
DEFAULT
'system'
NOT
NULL
,
libelle
varchar
(
48
)
NOT
NULL
,
libelle
varchar
(
48
)
NOT
NULL
,
module
varchar
(
16
)
DEFAULT
NULL
,
module
varchar
(
16
)
DEFAULT
NULL
,
active
tinyint
DEFAULT
1
NOT
NULL
,
active
tinyint
DEFAULT
1
NOT
NULL
,
...
...
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