cooked/seed.sh

5 lines
246 B
Bash
Raw Normal View History

2024-10-25 17:13:01 +02:00
psql cooked postgres -h localhost < ./seed/recipies.sql
psql cooked postgres -h localhost < ./seed/recipe_tags.sql
psql cooked postgres -h localhost < ./seed/recipe_ingeredients.sql
psql cooked postgres -h localhost < ./seed/recipe_steps.sql