Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • sql
  • mysql
  • upgrade
  • 3.5.2
  • rss_plugin_title.sql
  • KTC-173 ...
    fad1c014
    "The Title of the RSS feed seems to be limited to 20 characters and names longer than that is cut-short."
    
    Fixed. Changed RSS Title length to 100.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8200 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
    2008-02-29 13:14:49 +0000  
    Browse Code ยป
rss_plugin_title.sql 64 Bytes
Raw Blame History Permalink
1
alter table plugin_rss change title title varchar(100) NOT NULL;