From d3134bc6394bcdb4020c9635cf85d533f0238992 Mon Sep 17 00:00:00 2001 From: caminsha Date: Fri, 15 Jul 2022 22:31:24 +0200 Subject: [PATCH] Add description about test.db --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5abf10a..b2ddee3 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ This is a small test area how to edit SQLite databases and update some values ac - `create_db.sql`: creates the small test database - `insert_data.sql`: insert some fictive test values into the database - `show_all.sql`: Shows all the data inside the database from table customers +- `test.db`: Not in this repository as it will be created