1
0
forked from BRT/arc
ARC desktop app
Go to file
trnsmkot 4f5229da0a 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
database Add description field to accounts table and related logic 2025-04-22 10:18:42 +07:00
images Update database and image files 2025-04-21 12:01:34 +07:00
models Add description field to accounts table and related logic 2025-04-22 10:18:42 +07:00
services Refactor includes and add AccountInfoScreener functionality 2025-04-21 23:12:21 +07:00
views Refactor includes and add AccountInfoScreener functionality 2025-04-21 23:12:21 +07:00
.gitignore Integrate threading and Tesseract OCR functionality 2025-04-14 13:59:19 +07:00
CMakeLists.txt Add app_data.db to build directory during compilation 2025-04-18 20:07:03 +07:00
main.cpp Refactor includes and add AccountInfoScreener functionality 2025-04-21 23:12:21 +07:00
migrations.sql Add description field to accounts table and related logic 2025-04-22 10:18:42 +07:00
rus.traineddata Test 2025-04-16 09:05:20 -07:00