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
23e35a60
Commit
23e35a60
authored
9 years ago
by
Florian Henry
Browse files
Options
Downloads
Patches
Plain Diff
update size of elementtype column into llx_actioncomm (module_subelement
name can be longer than 32)
parent
7ef0415a
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/3.7.0-3.8.0.sql
+1
-0
1 addition, 0 deletions
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
htdocs/install/mysql/tables/llx_actioncomm.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/tables/llx_actioncomm.sql
with
2 additions
and
1 deletion
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
+
1
−
0
View file @
23e35a60
...
...
@@ -797,3 +797,4 @@ ALTER TABLE llx_societe_remise_except MODIFY COLUMN description text NOT NULL;
update
llx_opensurvey_sondage
set
format
=
'D'
where
format
=
'D+'
;
update
llx_opensurvey_sondage
set
format
=
'A'
where
format
=
'A+'
;
ALTER
TABLE
llx_actioncomm
MODIFY
COLUMN
elementtype
varchar
(
255
)
DEFAULT
NULL
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_actioncomm.sql
+
1
−
1
View file @
23e35a60
...
...
@@ -66,7 +66,7 @@ create table llx_actioncomm
recurdateend
datetime
,
fk_element
integer
DEFAULT
NULL
,
elementtype
varchar
(
3
2
)
DEFAULT
NULL
elementtype
varchar
(
2
55
)
DEFAULT
NULL
)
ENGINE
=
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