add demo db for ruad.at

This commit is contained in:
2024-11-30 22:32:15 +01:00
parent 671a0fc89f
commit 257cdcf823
2 changed files with 110 additions and 0 deletions

6
demo_db.sh Executable file
View File

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