Added a new `description` column to the `accounts` table in the database schema. Updated the model, DAO methods, and queries to handle the `description` field for both inserting and retrieving account data. This change ensures that account entries can now include descriptive information. |
||
|---|---|---|
| .. | ||
| AccountDAO.cpp | ||
| AccountDAO.h | ||
| CommonDataDAO.cpp | ||
| CommonDataDAO.h | ||
| DeviceDAO.cpp | ||
| DeviceDAO.h | ||
| TransactionDAO.cpp | ||
| TransactionDAO.h | ||