cooked/scripts/seed.sh
2024-10-27 20:23:37 +01:00

5 lines
246 B
Bash
Executable File

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