Project

General

Profile

Bug #9213

Updated by Carsten Rose over 3 years ago

    * The release-notes should explain, that 19.9.1 needs `SELECT` on `tt_content` (my db user was missing these rights, causing the updater to fail on page-load) 

   * The "Special Column"-check misidentified columns starting with `file` as special: 

 <pre> @ 
 SELECT 
 "{{text_label:R0}}" AS text_label, "{{weight_label:R0}}" AS weight_label, "{{file_label:R0}}" AS >>>_file_label, 
 text, weight, file_location, SUBSTRING_INDEX( file_location, '/', -1) AS >>>_file_name 
 FROM phd_milestone_subrecords WHERE milestone_id="{{r:S0}}" 
 </pre> @ 

  

Back