cleanup and working seed data

This commit is contained in:
Arjun Patel
2019-03-13 23:53:07 -07:00
parent acf6421251
commit 05a1003be2
10 changed files with 119 additions and 143 deletions
+18
View File
@@ -0,0 +1,18 @@
Insert seed data:
- 3 orgs (password: test)
- 1 donor (password: test)
- basic causes
- basic regions
- 1 charity bundle
`npx sequelize db:seed:all`
Revert seed data insert:
`npx sequelize db:seed:undo:all`
Drop all tables:
`npm run drop:local:{operating_system}` where `operating_system` is `mac` or `windows`