mirror of
https://github.com/Redume/Shirino.git
synced 2025-05-19 02:05:26 +01:00
chore: added a new field to customize the schedule period
This commit is contained in:
parent
b4eba633b9
commit
b5d8edcc38
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
CREATE TABLE IF NOT EXISTS users (
|
||||
user_id INTEGER UNIQUE NOT NULL,
|
||||
user_id INTEGER PRIMARY KEY,
|
||||
chart BOOLEAN DEFAULT 1,
|
||||
chart_period TEXT DEFAULT 'month',
|
||||
lang TEXT DEFAULT 'en'
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue