add test-seeds

This commit is contained in:
2025-08-02 18:03:29 +02:00
parent 618da25e5e
commit 9badb4a4ad
4 changed files with 33 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
rm -f db.sqlite
touch db.sqlite
sqlite3 db.sqlite < migration.sql
sqlite3 db.sqlite < seeds_test.sql