bookbrainz/bookbrainz-site

View on GitHub
sql/migrations/2020-04-19/down.sql

Summary

Maintainability
Test Coverage
BEGIN;

-- Reverting the GSoC achievement
UPDATE bookbrainz.achievement_type
SET name='GSoC 2016',
    description='Successfully participated in Google Summer of Code 2016',
    badge_url='/images/gsoc2016.svg'

WHERE id=27;

COMMIT;