mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 20:51:45 +00:00
rename database
This commit is contained in:
parent
86c83f6099
commit
efa97b820e
@ -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…
x
Reference in New Issue
Block a user