mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 12:41:34 +00:00
rename database
This commit is contained in:
parent
86c83f6099
commit
efa97b820e
@ -24,7 +24,7 @@ fn main() -> ExitCode {
|
||||
// Init profile database path
|
||||
let mut profile_database_path = profile_path.clone();
|
||||
|
||||
profile_database_path.push("database.sqlite3");
|
||||
profile_database_path.push("profile.sqlite3");
|
||||
|
||||
// Init database connection
|
||||
let profile_database_connection = match Connection::open(profile_database_path) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user