Skip to content

Commit

Permalink
sqlite syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
cholcombe973 committed Sep 19, 2017
1 parent a2c5fbc commit 188a74c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/in_progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ pub fn create_repair_database(db_path: &Path) -> Result<Connection> {
id INTEGER PRIMARY KEY,
ticket_id TEXT NOT NULL,
time_created TEXT NOT NULL,
disk_path TEXT NOT NULL,
)",
disk_path TEXT NOT NULL)",
&[],
)?;
Ok(conn)
Expand Down

0 comments on commit 188a74c

Please sign in to comment.