1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

change ttrss_prefs.help_text type to text

This commit is contained in:
Andrew Dolgov
2007-10-29 08:45:08 +01:00
parent cedd3e898e
commit 5062b8400d

View 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),