Add 'assessments/tt/' from commit 'ee8e75231c'
git-subtree-dir: assessments/tt git-subtree-mainline:67e0f93b3bgit-subtree-split:ee8e75231c
This commit is contained in:
commit
e326b0da45
42 changed files with 3994 additions and 0 deletions
7
assessments/tt/populate.sqlite3
Normal file
7
assessments/tt/populate.sqlite3
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PRAGMA foreign_keys = on;
|
||||
.read src/init.sql
|
||||
.mode csv
|
||||
.import data/accounts.csv Accounts
|
||||
.import data/trips.csv Trips
|
||||
.mode column
|
||||
.headers on
|
||||
Loading…
Add table
Add a link
Reference in a new issue