SVN: toys/stbr/README

shadzik shadzik at pld-linux.org
Fri Nov 6 06:48:28 CET 2009


Author: shadzik
Date: Fri Nov  6 06:48:28 2009
New Revision: 10953

Modified:
   toys/stbr/README
Log:
- updated


Modified: toys/stbr/README
==============================================================================
--- toys/stbr/README	(original)
+++ toys/stbr/README	Fri Nov  6 06:48:28 2009
@@ -40,6 +40,11 @@
 	queue_builder_info text,
 	primary key (date,spec,branch));"
 
+Database for unfilled requests:
+
+sqlite unfilled.db "create table unfilled ( date datetime not null, spec varchar(100) not null, branch varchar(50) not null, recipient varchar(100) not null, line varchar(3) not null, primary key(date,spec,branch));"
+
+
 It sucks, but the database & directory with the db need to be world writable.
 Now ready to use with TCL script and WWW page.
 


More information about the pld-cvs-commit mailing list