mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-07 15:20:59 +01:00
8 lines
133 B
PL/PgSQL
8 lines
133 B
PL/PgSQL
BEGIN;
|
|
|
|
alter table ttrss_feeds alter column last_updated set default null;
|
|
|
|
UPDATE ttrss_version SET schema_version = 130;
|
|
|
|
COMMIT;
|