From: APTX Date: Sun, 10 Jun 2012 19:18:16 +0000 (+0200) Subject: Update schema X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=152242e8458f621ffa7c4ec652198b42cc7a7423;p=localmylist.git Update schema --- 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 (