Skip to content

Commit

Permalink
Merge pull request #273 from metabrainz/param/schema-change-fix
Browse files Browse the repository at this point in the history
Move label schema change to different schema change script
  • Loading branch information
paramsingh authored Aug 19, 2019
2 parents 7064672 + 733f55d commit 6bfb8d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion admin/schema_changes/16.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ALTER TYPE entity_types ADD VALUE 'artist' AFTER 'place';
ALTER TYPE entity_types ADD VALUE 'label' AFTER 'artist';
1 change: 1 addition & 0 deletions admin/schema_changes/17.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TYPE entity_types ADD VALUE 'label' AFTER 'artist';

0 comments on commit 6bfb8d4

Please sign in to comment.