mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-07 05:00:59 +02:00
schema: fix psql upgrade script of version 84
This commit is contained in:
parent
bf758124d2
commit
368eb3f861
@ -1,7 +1,7 @@
|
|||||||
begin;
|
begin;
|
||||||
|
|
||||||
create table ttrss_linked_instances (id serial not null primary key,
|
create table ttrss_linked_instances (id serial not null primary key,
|
||||||
last_connected datetime not null,
|
last_connected timestamp not null,
|
||||||
last_status_in integer not null,
|
last_status_in integer not null,
|
||||||
last_status_out integer not null,
|
last_status_out integer not null,
|
||||||
access_key varchar(250) not null,
|
access_key varchar(250) not null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user