1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 18:41:29 +00:00

add support for adding syndicated notes to published articles

This commit is contained in:
Andrew Dolgov
2009-03-06 13:40:59 +03:00
parent 5859b5383d
commit 5161564f3d
10 changed files with 193 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
begin;
alter table ttrss_user_entries add column note text;
update ttrss_version set schema_version = 55;
commit;