mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename application database
This commit is contained in:
parent
bddaa43024
commit
0598182575
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ int main(
|
||||||
sqlite3 * db;
|
sqlite3 * db;
|
||||||
|
|
||||||
sqlite3_open(
|
sqlite3_open(
|
||||||
"database.sqlite3",
|
"app.sqlite3",
|
||||||
&db
|
&db
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue