1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/schema/versions/mysql/55.sql
Andrew Dolgov c7e51de137 Revert "update translations"
This reverts commit 2b38f79c86.

Wrong commit from wrong branch.
2009-03-21 23:11:58 +03:00

8 lines
117 B
PL/PgSQL

begin;
alter table ttrss_user_entries add column note text;
update ttrss_version set schema_version = 55;
commit;