]> Some of my projects - localmylist.git/commitdiff
Update schema
authorAPTX <marek321@gmail.com>
Sun, 10 Jun 2012 19:18:16 +0000 (21:18 +0200)
committerAPTX <marek321@gmail.com>
Sun, 10 Jun 2012 19:18:16 +0000 (21:18 +0200)
localmylist/share/schema/schema.sql

index 8e2af8ec79f45488ad0a788c6d6978f447a434ec..b69fe3f1943dddf20f961c60e116c3475493bfb6 100644 (file)
@@ -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 (