diff --git a/README.md b/README.md index 66fc6b6..950bcbf 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ The bot requires a PostgreSQL database. createdb database ``` **The database name is also specified [here](https://git.thenight.club/csxkdv/FrugalityBot/src/branch/main/src/database.rb). Ensure it's the same as the one you'll use.** + *Note: The bot will automatically create the necessary tables (like `wallets` and `transactions`) the first time it connects. If you want new tables, update the database file as desired.* ## Configuration