1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 16:59:15 +00:00

schema: enclosure fixes

This commit is contained in:
Andrew Dolgov
2007-11-17 11:33:13 +01:00
parent 963d33141c
commit aa6d1e9766
4 changed files with 7 additions and 5 deletions

View File

@@ -186,6 +186,7 @@ insert into ttrss_version values (26);
create table ttrss_enclosures (id serial not null primary key,
content_url text not null,
content_type varchar(250) not null,
title text not null,
post_id integer references ttrss_entries(id) ON DELETE cascade NOT NULL);
create table ttrss_prefs_types (id integer not null primary key,