From 671151b460c6ac619a3d3aac394710f75a61ea2a Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 26 Feb 2015 10:00:21 -0600 Subject: [PATCH] * VRFS-2804 - widen authorization token --- db/manifest | 3 ++- db/up/widen_user_authohrization_token.sql | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 db/up/widen_user_authohrization_token.sql diff --git a/db/manifest b/db/manifest index 55f1373b5..96d0555ba 100755 --- a/db/manifest +++ b/db/manifest @@ -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 \ No newline at end of file +remove_bpm_from_jamtracks.sql +widen_user_authorization_token.sql \ No newline at end of file diff --git a/db/up/widen_user_authohrization_token.sql b/db/up/widen_user_authohrization_token.sql new file mode 100644 index 000000000..070f67b83 --- /dev/null +++ b/db/up/widen_user_authohrization_token.sql @@ -0,0 +1 @@ +alter table user_authorizations ALTER COLUMN token TYPE character varying(2000); \ No newline at end of file