stationslauf/test_db.sh
Philipp Hofer 0fcdb2da82
Some checks failed
CI/CD Pipeline / test (push) Failing after 6s
add script
2025-04-11 18:47:46 +02:00

7 lines
80 B
Bash

#!/bin/bash
rm -f db.sqlite
touch db.sqlite
sqlite3 db.sqlite < migration.sql