Skip to content

Commit

Permalink
Move label schema change to different schema change script
Browse files Browse the repository at this point in the history
This needs to be done so that each schema change can be run
independently on the main database.
  • Loading branch information
paramsingh committed Aug 15, 2019
1 parent 7064672 commit 733f55d
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 733f55d

Please sign in to comment.