SVN: toys/stbr/README

vip vip at pld-linux.org
Wed May 16 16:07:49 CEST 2007


Author: vip
Date: Wed May 16 16:07:48 2007
New Revision: 8562

Modified:
   toys/stbr/README
Log:
- add queue_flags column


Modified: toys/stbr/README
==============================================================================
--- toys/stbr/README	(original)
+++ toys/stbr/README	Wed May 16 16:07:48 2007
@@ -33,6 +33,7 @@
 	spec varchar(100) not null,
 	queue_requester varchar(100),
 	queue_date datetime,
+	queue_flags varchar(30),
 	primary key (date,spec));"
 
 It sucks, but the database & directory with the db need to be world writable.


More information about the pld-cvs-commit mailing list