Merge pull request #20578 from hregis/fix_change_type_of_fields_events_note
FIX increased the size of the "note" field
This commit is contained in:
commit
a11f4c2afb
@ -312,3 +312,6 @@ UPDATE llx_c_availability SET type_duration = 'w', qty = 4 WHERE code = 'AV_4W';
|
||||
ALTER TABLE llx_boxes_def ADD COLUMN fk_user integer DEFAULT 0 NOT NULL;
|
||||
|
||||
ALTER TABLE llx_contratdet ADD COLUMN rang integer DEFAULT 0 AFTER info_bits;
|
||||
|
||||
ALTER TABLE llx_actioncomm MODIFY COLUMN note mediumtext;
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ create table llx_actioncomm
|
||||
durationp real, -- planed duration
|
||||
|
||||
label varchar(255) NOT NULL, -- label/title of event or topic of email
|
||||
note text, -- private note of event or content of email
|
||||
note mediumtext, -- private note of event or content of email
|
||||
|
||||
calling_duration integer, -- when event is a phone call, duration of phone call
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user