Skip to content

Commit

Permalink
Update NocoDB to 0.207.2
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed May 18, 2024
1 parent 7649c28 commit 92dcc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion scripts/setup-nocodb-with-pg-sakila-db.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 92dcc95

Please sign in to comment.