From a97af395ca3176e32be71c87ad76f290d337b583 Mon Sep 17 00:00:00 2001 From: erilong Date: Tue, 13 Nov 2007 21:36:44 +0000 Subject: [PATCH] [ 1831241 ] add symmetric.auto.upgrade --- symmetric/src/main/resources/symmetric-default.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/symmetric/src/main/resources/symmetric-default.properties b/symmetric/src/main/resources/symmetric-default.properties index edd7e8e054..11c17c4e0f 100644 --- a/symmetric/src/main/resources/symmetric-default.properties +++ b/symmetric/src/main/resources/symmetric-default.properties @@ -42,6 +42,9 @@ sync.table.prefix=sym # If this is true, when symmetric starts up it will try to create the necessary tables symmetric.auto.config.database=true +# If this is true, when symmetric starts up it will try to upgrade tables to latest version +symmetric.auto.upgrade=true + # This is the download rate for the HTTP symmetric transport. -1 means full throttle. symmetric.http.download.rate.kb=-1