From d08af2f294da8df07040bdc019e0d6125e1c0d77 Mon Sep 17 00:00:00 2001 From: csxkdv Date: Mon, 5 Jan 2026 19:34:58 -0300 Subject: [PATCH] Fixed markdown being weird on README --- README.md | 1 + 1 file changed, 1 insertion(+) 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