chore: Added a table with the choice of service to create the graph

This commit is contained in:
Danil 2025-06-06 11:19:21 +03:00
parent 3a83e55343
commit 159036957a

View file

@ -2,5 +2,6 @@ CREATE TABLE IF NOT EXISTS users (
user_id INTEGER PRIMARY KEY,
chart BOOLEAN DEFAULT 1,
chart_period TEXT DEFAULT 'month',
lang TEXT DEFAULT 'en'
lang TEXT DEFAULT 'en',
chart_backend TEXT DEFAULT 'matplotlib'
);