Skip to content

Commit

Permalink
doc(importer): Mention script to create missing series view trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kellnerd committed Jul 25, 2024
1 parent e48658c commit fe8b0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ cat local/minimal_test_database.sql | docker exec -i postgres psql -U bookbrainz
cat sql/migrations/series/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
cat sql/migrations/series-identifiers/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
cat sql/migrations/series-achievement/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
cat sql/scripts/create_triggers.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min

cat local/minimal_test_database_import_patch.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min

Expand Down

0 comments on commit fe8b0e4

Please sign in to comment.