fix db file path in setup db #7
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
cd $(dirname "$0")
|
||||
sqlite3 ../mapbattle.db < db.sql
|
||||
sqlite3 -csv ../mapbattle.db ".import init_games.csv games"
|
||||
sqlite3 -csv ../mapbattle.db ".import init_teams.csv teams"
|
||||
db_file='../storage/mapbattle.db'
|
||||
sqlite3 "$dbfile" < db.sql
|
||||
sqlite3 -csv "$dbfile" ".import init_games.csv games"
|
||||
sqlite3 -csv "$dbfile" ".import init_teams.csv teams"
|
||||
|
||||
101
storage/Neighborhood_Map_Atlas_Neighborhoods.geojson
Normal file
101
storage/Neighborhood_Map_Atlas_Neighborhoods.geojson
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user