mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-16 21:41:23 +02:00
This reverts commit 2b38f79c86ad9199f39fa8efac1c0e89c6f3a465. Wrong commit from wrong branch.
8 lines
117 B
PL/PgSQL
8 lines
117 B
PL/PgSQL
begin;
|
|
|
|
alter table ttrss_user_entries add column note text;
|
|
|
|
update ttrss_version set schema_version = 55;
|
|
|
|
commit;
|