diff options
Diffstat (limited to 'populate.sqlite3')
-rw-r--r-- | populate.sqlite3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/populate.sqlite3 b/populate.sqlite3 new file mode 100644 index 000000000000..e200d2b49c02 --- /dev/null +++ b/populate.sqlite3 @@ -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 \ No newline at end of file |