Fixed the database issue
This commit is contained in:
@@ -20,6 +20,8 @@ async def init_db():
|
||||
deadline TEXT,
|
||||
status TEXT,
|
||||
priority TEXT,
|
||||
reminder_time DATETIME,
|
||||
reminder_sent BOOLEAN DEFAULT FALSE,
|
||||
FOREIGN KEY(project_id) REFERENCES projects(id))
|
||||
'''
|
||||
)
|
||||
|
Reference in New Issue
Block a user