From 0fcdb2da82c90bbf65491b1927a2f7b12fb82da4 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 11 Apr 2025 18:47:46 +0200 Subject: [PATCH] add script --- test_db.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test_db.sh diff --git a/test_db.sh b/test_db.sh new file mode 100644 index 0000000..4237272 --- /dev/null +++ b/test_db.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +rm -f db.sqlite +touch db.sqlite +sqlite3 db.sqlite < migration.sql +