aboutsummaryrefslogtreecommitdiff
path: root/weed/command/update_full.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/update_full.go')
-rw-r--r--weed/command/update_full.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/weed/command/update_full.go b/weed/command/update_full.go
new file mode 100644
index 000000000..185203aee
--- /dev/null
+++ b/weed/command/update_full.go
@@ -0,0 +1,9 @@
+//go:build elastic && ydb && gocdk && tikv
+// +build elastic,ydb,gocdk,tikv
+
+package command
+
+//set true if gtags are set
+func init() {
+ isFullVersion = true
+}