Skip to content

Commit

Permalink
Revert "Update README.mdx"
Browse files Browse the repository at this point in the history
This reverts commit f911b42.
  • Loading branch information
josh-wong committed Jul 3, 2024
1 parent f911b42 commit 92ed1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-3.4/schema-loader/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Create/Delete JDBC schemas

### Create namespaces and tables

For using a config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/master/conf/database.properties)):
For using a config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/3.4/conf/database.properties)):
```console
$ java -jar scalardb-schema-loader-<version>.jar --config <PATH_TO_CONFIG_FILE> -f schema.json [--coordinator]
```
Expand Down Expand Up @@ -180,7 +180,7 @@ $ java -jar scalardb-schema-loader-<version>.jar --jdbc -j <JDBC URL> -u <USER>

### Delete tables

For using config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/master/conf/database.properties)):
For using config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/3.4/conf/database.properties)):
```console
$ java -jar scalardb-schema-loader-<version>.jar --config <PATH_TO_CONFIG_FILE> -f schema.json [--coordinator] -D
```
Expand Down

0 comments on commit 92ed1a4

Please sign in to comment.