mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename database
This commit is contained in:
parent
86c83f6099
commit
efa97b820e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ fn main() -> ExitCode {
|
||||||
// Init profile database path
|
// Init profile database path
|
||||||
let mut profile_database_path = profile_path.clone();
|
let mut profile_database_path = profile_path.clone();
|
||||||
|
|
||||||
profile_database_path.push("database.sqlite3");
|
profile_database_path.push("profile.sqlite3");
|
||||||
|
|
||||||
// Init database connection
|
// Init database connection
|
||||||
let profile_database_connection = match Connection::open(profile_database_path) {
|
let profile_database_connection = match Connection::open(profile_database_path) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue