1
0
forked from BRT/arc
arc/database/dao
slava 92b78c3804 Add description field to accounts table and related logic
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.
2025-04-22 10:18:42 +07:00
..
AccountDAO.cpp Add description field to accounts table and related logic 2025-04-22 10:18:42 +07:00
AccountDAO.h Refactor includes and add AccountInfoScreener functionality 2025-04-21 23:12:21 +07:00
CommonDataDAO.cpp Rename database fields to use consistent snake_case format. 2025-04-21 12:00:55 +07:00
CommonDataDAO.h Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
DeviceDAO.cpp Refactor includes and add AccountInfoScreener functionality 2025-04-21 23:12:21 +07:00
DeviceDAO.h Refactor includes and add AccountInfoScreener functionality 2025-04-21 23:12:21 +07:00
TransactionDAO.cpp Add database schema and DAO implementation for accounts and transactions 2025-04-21 12:01:24 +07:00
TransactionDAO.h Refactor includes and add AccountInfoScreener functionality 2025-04-21 23:12:21 +07:00