SVN: toys/stbr/README

vip vip at pld-linux.org
Wed May 16 02:50:20 CEST 2007


Author: vip
Date: Wed May 16 02:50:18 2007
New Revision: 8558

Modified:
   toys/stbr/README
Log:
- new table


Modified: toys/stbr/README
==============================================================================
--- toys/stbr/README	(original)
+++ toys/stbr/README	Wed May 16 02:50:18 2007
@@ -27,9 +27,16 @@
 	spec varchar(100) not null,
 	recipient varchar(100) not null,
 	builder varchar(20) not null,
+	primary key (date,spec));
+
+	create table status(date datetime not null,
+	spec varchar(100) not null,
+	queue_requester varchar(100),
+	queue_date datetime,
 	primary key (date,spec));"
 
-And it is now ready to use with TCL script and WWW page.
+It sucks, but the database & directory with the db need to be world writable.
+Now ready to use with TCL script and WWW page.
 
 3. AUTHORS (in alphabetical order)
 


More information about the pld-cvs-commit mailing list