summaryrefslogtreecommitdiff
path: root/src/db.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.rs')
-rw-r--r--src/db.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db.rs b/src/db.rs
index 36fab75..abfe1dd 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -702,7 +702,6 @@ pub fn s_insert_column(
702} 702}
703 703
704pub fn db_setup(path: &str) -> MLE<()> { 704pub fn db_setup(path: &str) -> MLE<()> {
705
706 let connection = Connection::open(path)?; 705 let connection = Connection::open(path)?;
707 706
708 connection.execute_batch( 707 connection.execute_batch(