mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove pub access from bookmark connection
This commit is contained in:
parent
fb8f9904d0
commit
ffeaad91f3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ pub struct Table {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Database {
|
pub struct Database {
|
||||||
pub connection: Rc<RwLock<Connection>>,
|
connection: Rc<RwLock<Connection>>,
|
||||||
profile_id: i64, // multi-profile relationship @TODO
|
profile_id: i64, // multi-profile relationship @TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue