mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 22:27:42 +02: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;
|