c7e51de137
This reverts commit 2b38f79c86
.
Wrong commit from wrong branch.
7 lines
117 B
PL/PgSQL
7 lines
117 B
PL/PgSQL
begin;
|
|
|
|
alter table ttrss_user_entries add column note text;
|
|
|
|
update ttrss_version set schema_version = 55;
|
|
|
|
commit;
|