]> git.wh0rd.org - tt-rss.git/commitdiff
change ttrss_prefs.help_text type to text
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 Oct 2007 07:45:08 +0000 (08:45 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 Oct 2007 07:45:08 +0000 (08:45 +0100)
schema/ttrss_schema_mysql.sql

index 181c49f4fd93f0c0bf87de9fb91dd713ca35f4bc..e27aee5883f896c973e7a5287cd4986e7c810174 100644 (file)
@@ -219,7 +219,7 @@ create table ttrss_prefs (pref_name varchar(250) not null primary key,
        type_id integer not null,
        section_id integer not null default 1,
        short_desc text not null,
-       help_text varchar(300) not null default '',
+       help_text text not null default '',
        def_value text not null,
        index(type_id),
        foreign key (type_id) references ttrss_prefs_types(id),