aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cjr.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr.sml')
-rw-r--r--src/cjr.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cjr.sml b/src/cjr.sml
index 559b7ada..d3fdbc22 100644
--- a/src/cjr.sml
+++ b/src/cjr.sml
@@ -107,6 +107,7 @@ datatype decl' =
| DTable of string * (string * typ) list * string * (string * string) list
| DSequence of string
+ | DView of string * (string * typ) list * string
| DDatabase of {name : string, expunge : int, initialize : int}
| DPreparedStatements of (string * int) list