aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/types.hpp')
-rw-r--r--extras/vom/vom/types.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/vom/vom/types.hpp b/extras/vom/vom/types.hpp
index 56759d5e741..383735b2756 100644
--- a/extras/vom/vom/types.hpp
+++ b/extras/vom/vom/types.hpp
@@ -63,6 +63,11 @@ enum class dependency_t
TABLE,
/**
+ * virtual tables - tables with a dependency on another table
+ */
+ VIRTUAL_TABLE,
+
+ /**
* ACLs
*/
ACL,