diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-27T10·16+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-27T10·16+0100 |
commit | df13b761ff945db894ade4dba6c68fb6f14c8615 (patch) | |
tree | 26737576453b2b390203fd2c23fccb113ce705d2 /data/accounts.csv | |
parent | 722205b0818a7fb2280941554baaff9400808d65 (diff) |
Define table schema and CSVs to populate the database
TL;DR: - Created src/init.sql, which defines the tables - Created a data/ directory to house .csv data to populate our db - Updated the README with usage instructions
Diffstat (limited to 'data/accounts.csv')
-rw-r--r-- | data/accounts.csv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/accounts.csv b/data/accounts.csv new file mode 100644 index 000000000000..51af23eec65e --- /dev/null +++ b/data/accounts.csv @@ -0,0 +1,3 @@ +mimi,testing,miriamwright@google.com,user, +bill,testing,wpcarro@gmail.com,manager, +wpcarro,testing,wpcarro@google.com,admin, \ No newline at end of file |