fix bug in senses.sql data

merge-requests/35/merge
James R Miller 2019-08-18 19:07:11 -05:00
parent 9bd9b830a0
commit 80310f8789
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ PRAGMA foreign_keys = ON; -- database requires foreign key checking to be turned
/* TODO smoke vision is from young-red dragon */
INSERT INTO senses (senses_id,
sources_id,
sources_pages,
short_name,
description)
VALUES

View File

@ -1,4 +1,4 @@
#!/bin/sh -v
# UNCOMMENT FOR DEBUGGING #!/bin/sh -v
rm pf2.db
echo 'loading schema'
sqlite3 pf2.db < schema/sources.sql