about summary refs log tree commit diff stats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkdb.sh b/scripts/mkdb.sh
index 9ce5dd8..afd94b3 100755
--- a/scripts/mkdb.sh
+++ b/scripts/mkdb.sh
@@ -11,7 +11,7 @@
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 
 root="$(dirname "$0")/.."
-db="$root/target/database.sqlite"
+db="$root/target/database.sqlx"
 
 [ -f "$db" ] && rm "$db"
 [ -d "$root/target" ] || mkdir "$root/target"