From 152242e8458f621ffa7c4ec652198b42cc7a7423 Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 10 Jun 2012 21:18:16 +0200 Subject: [PATCH] Update schema --- localmylist/share/schema/schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/localmylist/share/schema/schema.sql b/localmylist/share/schema/schema.sql index 8e2af8e..b69fe3f 100644 --- a/localmylist/share/schema/schema.sql +++ b/localmylist/share/schema/schema.sql @@ -113,7 +113,8 @@ CREATE INDEX file_episode_rel_fid_fk ON file_episode_rel USING btree (fid); CREATE TABLE file_location ( fid integer NOT NULL, host_id integer NOT NULL, - path text + path text, + renamed timestamp without time zone ); CREATE TABLE unknown_file ( -- 2.52.0