Skip to content

Commit 46ecf08

Browse files
committed
update default schema_version 9.0 -> 10.0
1 parent cfeb479 commit 46ecf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broker/setup_broker/lsst/setup_broker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ testid="${1:-test}"
88
teardown="${2:-False}"
99
# name of the survey this broker instance will ingest
1010
survey="${3:-lsst}"
11-
schema_version="${4:-9.0}"
11+
schema_version="${4:-10.0}"
1212
versiontag=v$(echo "${schema_version}" | tr . _) # 9.0 -> v9_0
1313
region="${5:-us-central1}"
1414
zone="${region}-a" # just use zone "a" instead of adding another script arg

0 commit comments

Comments
 (0)