diff options
author | mehekj <mehek.jethani@gmail.com> | 2023-01-28 23:27:17 -0500 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2023-01-28 23:27:17 -0500 |
commit | 6c58ca9d473103624be82c6f2da90f22bafd7b98 (patch) | |
tree | 02b1ac45e68f3e61b54f22a1792d7241cb3b4c19 /src/client/documents/DocumentTypes.ts | |
parent | 9f139c7f0f571bdfea8ce99fc0a507724eb8fd74 (diff) |
version without schemarow as documentview
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index b910b26b0..d99cd2dac 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -40,7 +40,6 @@ export enum DocumentType { SEARCHITEM = 'searchitem', COMPARISON = 'comparison', GROUP = 'group', - SCHEMAROW = 'schemarow', LINKDB = 'linkdb', // database of links ??? why do we have this SCRIPTDB = 'scriptdb', // database of scripts |