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:
Laurent Destailleur 2022-04-07 11:00:51 +02:00 committed by GitHub
commit a11f4c2afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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