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

add ttrss_user_entries.plugin_data (bump schema)

This commit is contained in:
Andrew Dolgov
2013-02-21 22:08:38 +04:00
parent 6afcbcd1a5
commit 7bfb3dabdd
5 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
begin;
alter table ttrss_entries add column plugin_data text;
update ttrss_version set schema_version = 103;
commit;