Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Mar 14, 2024
1 parent 6004469 commit 89861dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Create a database and relevant tables before first-time program execution using
invoke create-database
```

> :warning: This script drops all existing tables and creates new ones.
> **Note:** The script creates `POSTGRES_DB` if not exists and applies `./database/create_tables.sql` script.
2. **Initialize `bot_logs` table**:

Expand All @@ -106,6 +106,12 @@ Create a database and relevant tables before first-time program execution using
invoke init-database --mins-ago 20
```

It is possible to drop database using:

```
invoke drop-database
```

### AWS Keyspaces/Cassandra Configuration

To connect to AWS Keyspaces/Cassandra, the following environment variables need to be set:
Expand Down

0 comments on commit 89861dd

Please sign in to comment.