* VRFS-29; musician_access flag added

This commit is contained in:
Seth Call 2012-10-27 17:51:26 -05:00
parent bc10d96a9e
commit b7094ce310
2 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,4 @@ p2p.sql
collapse_participants.sql
genre_session.sql
invitations.sql
musician_access.sql

1
up/musician_access.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE music_sessions ADD COLUMN musician_access BOOLEAN NOT NULL;