" updated " the dummy data file

This commit is contained in:
Corban-Lee 2023-05-11 15:45:22 +01:00
parent 628764a338
commit 8a64b9e519

View File

@ -1,4 +1,7 @@
@echo off
echo This file is outdated
set /p dontCare=Do you want to continue? [y/n]
echo The purpose of this file is to populate the database with dummy data for testing. Running this WILL DELETE your current sqlite3 database.
set /p confirm=Do you want to continue? [y/n]