Skip to content

Commit

Permalink
doc(importer): Mention potentially missing author credit migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kellnerd committed Jul 25, 2024
1 parent 3186437 commit e48658c
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 @@ -96,6 +96,7 @@ cat sql/migrations/user-collection/up.sql | docker exec -i postgres psql -U book
cat sql/migrations/2023-05-29-user_privileges/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
cat sql/migrations/2023-05-29-admin_logs/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
cat sql/migrations/relationship-attributes/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
cat sql/migrations/2021-author-credits/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
# CritiqueBrainz OAuth
cat sql/migrations/2022-07-19/up.sql | docker exec -i postgres psql -U bookbrainz -d bookbrainz_min
```
Expand Down

0 comments on commit e48658c

Please sign in to comment.