add user table
This commit is contained in:
6
test_db.sh
Executable file
6
test_db.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
rm -f db.sqlite
|
||||
touch db.sqlite
|
||||
sqlite3 db.sqlite < migration.sql
|
||||
sqlite3 db.sqlite < seeds.sql
|
Reference in New Issue
Block a user