Files
aef-website/test_db.sh

7 lines
80 B
Bash
Executable File

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