summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2019-12-04 09:19:55 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2019-12-04 09:19:55 -0500
commit2bca6e48c0ea8043c5300f4ebdefa5167e6472bf (patch)
tree1c61579ca6a1e1b8e8cbe309302c33857b191181 /src/mono.sml
parent73c287964e8d41d9b3b53a81f0ace3f509dc6a20 (diff)
SQL SIMILAR (via pg_trgm)
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono.sml b/src/mono.sml
index cdadded5..754fe283 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -142,7 +142,7 @@ datatype decl' =
| DTable of string * (string * typ) list * exp * exp
| DSequence of string
| DView of string * (string * typ) list * exp
- | DDatabase of {name : string, expunge : int, initialize : int}
+ | DDatabase of {name : string, expunge : int, initialize : int, usesSimilar : bool}
| DJavaScript of string