summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/84.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/versions/mysql/84.sql')
-rw-r--r--schema/versions/mysql/84.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/versions/mysql/84.sql b/schema/versions/mysql/84.sql
index 631daa03b..7a0ccbfb9 100644
--- a/schema/versions/mysql/84.sql
+++ b/schema/versions/mysql/84.sql
@@ -1,6 +1,7 @@
begin;
create table ttrss_linked_instances (id integer not null primary key auto_increment,
+ last_connected timestamp not null,
access_key varchar(250) not null,
access_url text not null) TYPE=InnoDB DEFAULT CHARSET=UTF8;