summaryrefslogtreecommitdiff
path: root/src/fabric/include/fabric2.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric/include/fabric2.hrl')
-rw-r--r--src/fabric/include/fabric2.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fabric/include/fabric2.hrl b/src/fabric/include/fabric2.hrl
index 0c0757567..99ac87497 100644
--- a/src/fabric/include/fabric2.hrl
+++ b/src/fabric/include/fabric2.hrl
@@ -54,6 +54,10 @@
-define(CURR_LDOC_FORMAT, 0).
+% 0 - Attachment storage version
+
+-define(CURR_ATT_STORAGE_VER, 0).
+
% Misc constants
-define(PDICT_DB_KEY, '$fabric_db_handle').