rename database

This commit is contained in:
yggverse 2024-10-03 20:15:07 +03:00
parent 86c83f6099
commit efa97b820e

View File

@ -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) {