VRFS-2692 add genre_type to genre_players table

This commit is contained in:
Brian Smith 2015-02-13 22:27:12 -05:00
parent 8d1d1b3f16
commit a09894b974
2 changed files with 3 additions and 1 deletions

View File

@ -249,3 +249,4 @@ user_presences.sql
discard_scores_optimized.sql
alter_type_columns.sql
user_presences_rename.sql
add_genre_type.sql

1
db/up/add_genre_type.sql Normal file
View File

@ -0,0 +1 @@
alter table genre_players add column genre_type varchar(20) default 'profile';