Skip to content

Commit

Permalink
remove scripts for justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Austionian committed Nov 24, 2023
1 parent 5b34b41 commit 6706187
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 69 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ populate:
exit 1
fi

psql "postgres://postgres:password@localhost:5432/fish" -c "\copy fish_type from "scripts/basic_data/fish_types.csv" DELIMITER ',' CSV HEADER;"
psql "postgres://postgres:password@localhost:5432/fish" -c "\copy fish from "scripts/basic_data/fishs.csv" DELIMITER ',' CSV HEADER;"
psql "postgres://postgres:password@localhost:5432/fish" -c "\copy recipe from "scripts/basic_data/recipes.csv" DELIMITER ',' CSV HEADER;"
psql "postgres://postgres:password@localhost:5432/fish" -c "\copy fishtype_recipe from "scripts/basic_data/fish_recipe.csv" DELIMITER ',' CSV HEADER;"
psql "postgres://postgres:password@localhost:5432/fish" -c "\copy fish_type from "basic_data/fish_types.csv" DELIMITER ',' CSV HEADER;"
psql "postgres://postgres:password@localhost:5432/fish" -c "\copy fish from "basic_data/fishs.csv" DELIMITER ',' CSV HEADER;"
psql "postgres://postgres:password@localhost:5432/fish" -c "\copy recipe from "basic_data/recipes.csv" DELIMITER ',' CSV HEADER;"
psql "postgres://postgres:password@localhost:5432/fish" -c "\copy fishtype_recipe from "basic_data/fish_recipe.csv" DELIMITER ',' CSV HEADER;"


# Initialize an instance of the database.
Expand Down
51 changes: 0 additions & 51 deletions scripts/init_db.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/populate_db.sh

This file was deleted.

0 comments on commit 6706187

Please sign in to comment.