Add script to create clone of testing/testing.db to allow for writes in tests

This commit is contained in:
PThorpe92
2025-05-17 16:11:16 -04:00
parent 0fa4ebaec2
commit f128887348

3
scripts/clone_test_db.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rm -f testing/testing_clone.db
sqlite3 testing/testing/db '.clone testing/testing_clone.db' > /dev/null