* VRFS-2804 - widen authorization token
This commit is contained in:
parent
6107622f79
commit
671151b460
|
|
@ -252,4 +252,5 @@ metronome.sql
|
|||
recorded_backing_tracks.sql
|
||||
recorded_backing_tracks_add_filename.sql
|
||||
user_syncs_include_backing_tracks.sql
|
||||
remove_bpm_from_jamtracks.sql
|
||||
remove_bpm_from_jamtracks.sql
|
||||
widen_user_authorization_token.sql
|
||||
|
|
@ -0,0 +1 @@
|
|||
alter table user_authorizations ALTER COLUMN token TYPE character varying(2000);
|
||||
Loading…
Reference in New Issue