X-Git-Url: https://git.nirgal.com/?p=ais.git;a=blobdiff_plain;f=structure.sql;h=3a7d03c507f5dfdb5d659278833c606500fe74b3;hp=edcead7da24f5933736a4f603d03a5de4bb8dcb3;hb=90b6c7026dcdc91642de77651f8bdd7ccd844c9b;hpb=e7910a6dff258c2803a29a1c3edd8ef81e2ad691 diff --git a/structure.sql b/structure.sql index edcead7..3a7d03c 100644 --- a/structure.sql +++ b/structure.sql @@ -113,10 +113,10 @@ CREATE TABLE job ( start_time timestamp without time zone, finish_time timestamp without time zone, command text NOT NULL, - extension character varying(8) NOT NULL, pid integer, result integer, - archive_time timestamp without time zone + archive_time timestamp without time zone, + friendly_filename character varying(255) );