summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-18 07:25:51 +0100
committerAndrew Dolgov <[email protected]>2007-04-18 07:25:51 +0100
commit155a2a53ffc4fac6299cc165cfc56114a61873f7 (patch)
tree0175f8c3cc74116b0498039dee4071153c0f2392 /schema/ttrss_schema_mysql.sql
parent21f4756a3f2589c68c8f58fd6111678c0f8af04c (diff)
schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 0afcac5d7..10db9b7e9 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -68,6 +68,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
rtl_content bool not null default false,
hidden bool not null default false,
include_in_digest boolean not null default true,
+ auth_pass_encrypted boolean not null default false,
index(owner_uid),
foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE,
index(cat_id),