Mercurial > urweb
diff src/cjr.sml @ 687:a3ddf05fb3e3
On start-up, delete/nullify rows mentioning clients or channels
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 02 Apr 2009 11:42:26 -0400 |
parents | 9a2c18dab11d |
children | 655bcc9b77e0 |
line wrap: on
line diff
--- a/src/cjr.sml Thu Apr 02 10:57:14 2009 -0400 +++ b/src/cjr.sml Thu Apr 02 11:42:26 2009 -0400 @@ -106,7 +106,7 @@ | DTable of string * (string * typ) list | DSequence of string - | DDatabase of string * int + | DDatabase of {name : string, expunge : int, initialize : int} | DPreparedStatements of (string * int) list | DJavaScript of string