Fix sqlite error
This commit is contained in:
parent
c54cdc98ba
commit
ee2bfbb769
8 changed files with 29 additions and 4 deletions
|
@ -12,7 +12,7 @@ mod schema {
|
|||
}
|
||||
|
||||
use schema::tasks;
|
||||
use schema::tasks::dsl::{tasks as all_tasks, completed as task_completed};
|
||||
use schema::tasks::dsl::{tasks as all_tasks};
|
||||
|
||||
use crate::DbConn;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue