diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 164fee8..4745009 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -2,5 +2,5 @@ 1. `scripts/setup-nocodb-with-pg-sakila-db.sh` 2. `open localhsot:8080` -3. Create Base > Connect a Datasource > Use Connection URL & Set `SSL mode` to `No` > Submit +3. Create Base > Open settings of the created base > Data Sources > New Data Source > Use Connection URL & Set `SSL mode` to `No` > Submit - Execute `make show-NC_DB` to get the connection URL. \ No newline at end of file diff --git a/scripts/setup-nocodb-with-pg-sakila-db.sh b/scripts/setup-nocodb-with-pg-sakila-db.sh index 2e4df37..7216496 100755 --- a/scripts/setup-nocodb-with-pg-sakila-db.sh +++ b/scripts/setup-nocodb-with-pg-sakila-db.sh @@ -1,5 +1,5 @@ #!/bin/bash -eu -export NOCODB_TAG=0.202.5 +export NOCODB_TAG=0.207.2 if [ ! -d "_nocodb" ]; then git clone https://github.com/nocodb/nocodb.git _nocodb