Skip to content

Commit

Permalink
Merge pull request #428 from metabrainz/mb-schema-27
Browse files Browse the repository at this point in the history
Upgrade to MB schema 27 and new version of mbdata and sample DB
  • Loading branch information
alastair authored May 25, 2022
2 parents ace8e00 + f8a8bfe commit 5b5c82e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion critiquebrainz/frontend/views/test/test_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_event_review_pages(self):

def test_place_review_pages(self):
review = db_review.create(
entity_id="c5c9c210-b7a0-4f6e-937e-02a586c8e14c",
entity_id="0eaeb901-ac0d-4631-846e-3d6b0a50b83c",
entity_type="place",
user_id=self.user.id,
text="A great place.",
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./pg_custom:/docker-entrypoint-initdb.d/

musicbrainz_db:
image: metabrainz/brainzutils-mb-sample-database:schema-25-2021-04-04.0
image: metabrainz/brainzutils-mb-sample-database:schema-27-2022-05-20.0
environment:
POSTGRES_HOST_AUTH_METHOD: trust

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/metabrainz/brainzutils-python.git@v2.4.1
brainzutils@git+https://github.com/metabrainz/brainzutils-python.git@v2.5.1
beautifulsoup4==4.8.0
coverage==4.4.1
click==6.7
Expand Down Expand Up @@ -32,7 +32,7 @@ redis==3.5.3
msgpack-python==0.5.6
requests==2.23.0
SQLAlchemy==1.3.16
mbdata==25.0.4
mbdata@git+https://github.com/amCap1712/mbdata.git@upstream-schema-changes
sqlalchemy-dst==1.0.1
markupsafe==2.0.1
itsdangerous==2.0.1
Expand Down

0 comments on commit 5b5c82e

Please sign in to comment.