mirror of
https://github.com/Redume/Shirino.git
synced 2025-07-03 18:50:55 +01:00
chore: Added a table with the choice of service to create the graph
This commit is contained in:
parent
3a83e55343
commit
159036957a
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue