From 2918ff5eaa5b36bd2c516ade08101f491baa4c75 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Oct 2007 08:46:08 +0100 Subject: [PATCH] change ttrss_prefs.help_text type to varchar(250) --- schema/ttrss_schema_mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index e27aee58..88f1080f 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -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 text not null default '', + help_text varchar(250) not null default '', def_value text not null, index(type_id), foreign key (type_id) references ttrss_prefs_types(id), -- 2.39.2