Add ports tree updating.
This commit is contained in:
@@ -11,7 +11,7 @@ use super::DbLocalAction;
|
||||
static DB_INIT_QUERY: &str = include_str!("../../migrations/01_init.sql");
|
||||
|
||||
pub(crate) struct DbHandle {
|
||||
conn: Connection,
|
||||
pub(crate) conn: Connection,
|
||||
}
|
||||
|
||||
impl DbHandle {
|
||||
|
||||
Reference in New Issue
Block a user