diff src/mono.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 500e93aa436f
line wrap: on
line diff
--- a/src/mono.sml	Thu Apr 02 10:57:14 2009 -0400
+++ b/src/mono.sml	Thu Apr 02 11:42:26 2009 -0400
@@ -122,7 +122,7 @@
 
        | DTable of string * (string * typ) list
        | DSequence of string
-       | DDatabase of string * int
+       | DDatabase of {name : string, expunge : int, initialize : int}
 
        | DJavaScript of string