mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add comment
This commit is contained in:
parent
53694506f3
commit
2b80489340
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ impl Database {
|
|||
}
|
||||
}
|
||||
|
||||
// Low-level DB API
|
||||
|
||||
pub fn init(tx: &Transaction) -> Result<usize, Error> {
|
||||
tx.execute(
|
||||
"CREATE TABLE IF NOT EXISTS `profile`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue