VRFS 79 add image URL fields to users and bands tables
This commit is contained in:
parent
ad14343c52
commit
98ba28da2a
3
manifest
3
manifest
|
|
@ -24,4 +24,5 @@ bootstrap_users_v3.sql
|
|||
update_user_band_fields.sql
|
||||
add_recording_creator_id.sql
|
||||
make_location_nullable.sql
|
||||
band_invitations.sql
|
||||
band_invitations.sql
|
||||
image_urls.sql
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
alter table users add column photo_url varchar(2048);
|
||||
alter table bands add column photo_url varchar(2048);
|
||||
alter table bands add column logo_url varchar(2048);
|
||||
Loading…
Reference in New Issue