gatho-party / gatho-website

GNU Affero General Public License v3.0
9 stars 1 forks source link

`./scripts/create-database-tables-local.sh` terminates with a `psql: error: ./data/import-csvs.sql: No such file or directory` #7

Closed MaxwellBo closed 2 years ago

MaxwellBo commented 2 years ago

Noting that

~/gatho-website > ls data
create-auth-db.sql  schema.sql

Is this WAI? Perhaps a file was not committed?

jakecoppinger commented 2 years ago

Just pushed a commit that fixes this - I previously populated the DB with some fake data on initialisation but decided it'd be more maintainable without that. Removed the csv import!