summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/versions/pgsql/84.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/versions/pgsql/84.sql b/schema/versions/pgsql/84.sql
index 56c3359c5..85b9cf20a 100644
--- a/schema/versions/pgsql/84.sql
+++ b/schema/versions/pgsql/84.sql
@@ -1,7 +1,7 @@
begin;
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_out integer not null,
access_key varchar(250) not null,