diff options
Diffstat (limited to 'src/db.rs')
-rw-r--r-- | src/db.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -702,7 +702,6 @@ pub fn s_insert_column( | |||
702 | } | 702 | } |
703 | 703 | ||
704 | pub fn db_setup(path: &str) -> MLE<()> { | 704 | pub 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( |