File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
versioned_docs/version-3.4/schema-loader Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Create/Delete JDBC schemas
143
143
144
144
### Create namespaces and tables
145
145
146
- For using a config file (Sample config file can be found [ here] ( https://github.com/scalar-labs/scalardb/blob/master /conf/database.properties ) ):
146
+ For using a config file (Sample config file can be found [ here] ( https://github.com/scalar-labs/scalardb/blob/3.4 /conf/database.properties ) ):
147
147
``` console
148
148
$ java -jar scalardb-schema-loader-< version> .jar --config < PATH_TO_CONFIG_FILE> -f schema.json [--coordinator]
149
149
```
@@ -180,7 +180,7 @@ $ java -jar scalardb-schema-loader-<version>.jar --jdbc -j <JDBC URL> -u <USER>
180
180
181
181
### Delete tables
182
182
183
- For using config file (Sample config file can be found [ here] ( https://github.com/scalar-labs/scalardb/blob/master /conf/database.properties ) ):
183
+ For using config file (Sample config file can be found [ here] ( https://github.com/scalar-labs/scalardb/blob/3.4 /conf/database.properties ) ):
184
184
``` console
185
185
$ java -jar scalardb-schema-loader-< version> .jar --config < PATH_TO_CONFIG_FILE> -f schema.json [--coordinator] -D
186
186
```
You can’t perform that action at this time.
0 commit comments