]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/database.sql
Allow deleting files after a certain time from the filesystem
[people/jschlag/pbs.git] / src / database.sql
index 7e683ddd1a3e0cb3853e6cc3161cd1ccbcfcf64c..aef434499c85949969f45202da4479da156535ec 100644 (file)
@@ -1500,7 +1500,8 @@ ALTER SEQUENCE packages_properties_id_seq OWNED BY packages_properties.id;
 
 CREATE TABLE queue_delete (
     id integer NOT NULL,
-    path text NOT NULL
+    path text NOT NULL,
+    not_before timestamp without time zone
 );