add script
Some checks failed
CI/CD Pipeline / test (push) Failing after 6s

This commit is contained in:
Philipp Hofer 2025-04-11 18:47:46 +02:00
parent d17f9cf7a4
commit 0fcdb2da82

6
test_db.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm -f db.sqlite
touch db.sqlite
sqlite3 db.sqlite < migration.sql