diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-02 11:42:26 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-02 11:42:26 -0400 |
commit | ec0e365e2faa26e78a7fa7b81cbf941f5545ef1a (patch) | |
tree | 242dec8599fcb0beb86ed1a7554c4210413f1a04 /src/cjr.sml | |
parent | ce10b5d904f18c947bbc8cefb119e33cde7b421e (diff) |
On start-up, delete/nullify rows mentioning clients or channels
Diffstat (limited to 'src/cjr.sml')
-rw-r--r-- | src/cjr.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cjr.sml b/src/cjr.sml index 948b345f..41bb6a4c 100644 --- a/src/cjr.sml +++ b/src/cjr.sml @@ -106,7 +106,7 @@ datatype decl' = | 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 |