cd_feedbacks
- колонка f_question_filedata переименована в fn_question_file и ссылается на cd_files;
- колонка f_answer_filedata переименована в fn_answer_file и ссылается на cd_files;
pd_users
- колонка c_icon_filebase64 переименована в fn_file и ссылается на cd_files;
Произошли изменения с работай файлов:
cd_files
- id: uuid;
- c_name: text;
- c_mime: text;
- c_extension: text;
- n_size: integer;
- d_date: timestamp with time zone;
- f_filedata: integer;
- j_data: json;
- dx_created: timestamp with time zone;
cd_attachments
- id: uuid;
- n_longitude: numeric(20, 15);
- n_latitude: numeric(20, 15);
- gx_geodata: geography;
- c_notice: text;
- d_date: timestamp with time zone;
- fn_type: integer;
- fn_result: uuid;
- fn_file: uuid;
- b_preview: bytea;
- n_size_preview: integer;
- j_data: json;
- dx_created: timestamp with time zone;
Таблица cs_file_types переименована в cs_attachment_types.