The production database is empty. Create a seeds.sql file in the migrations/ directory containing INSERT statements for the initial quote dataset. Document the seeding step in README.md under a Seeding section. Seeding should be idempotent — running it twice should not produce duplicate records.
The production database is empty. Create a
seeds.sqlfile in themigrations/directory containingINSERTstatements for the initial quote dataset. Document the seeding step inREADME.mdunder aSeedingsection. Seeding should be idempotent — running it twice should not produce duplicate records.