summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 15:56:07 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 15:56:07 +0400
commit368eb3f861799e119db0599d36a7ca4224517fad (patch)
treed03cd677298cfc568c589cb1d24376bfa8538f48 /schema
parentbf758124d2bec8977af8b735a4f9a949f24c6fcd (diff)
schema: fix psql upgrade script of version 84
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,