Add CSV import command to seed javascript

This commit is contained in:
Vikram Rangnekar
2020-03-03 13:45:47 +05:30
parent a1fb89b762
commit 8b6c562ac1
8 changed files with 147 additions and 21 deletions

View File

@ -52,7 +52,7 @@ database:
type: postgres
host: db
port: 5432
dbname: {% app_name_slug %}_development
dbname: {% app_name_slug %}_production
user: postgres
password: postgres
#pool_size: 10