This commit is contained in:
parent
d17f9cf7a4
commit
0fcdb2da82
6
test_db.sh
Normal file
6
test_db.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
rm -f db.sqlite
|
||||||
|
touch db.sqlite
|
||||||
|
sqlite3 db.sqlite < migration.sql
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user