[Rails] Change_column Oracle index limit

2011-08-15 Thread theLemcke
I'm trying to execute a simply change_column on oracle, with the following output: -- change_column(:comments, :text, :string, {:limit=1000}) rake aborted! An error has occurred, this and all later migrations canceled: Index name

Re: [Rails] Change_column Oracle index limit

2011-08-15 Thread Hassan Schroeder
On Mon, Aug 15, 2011 at 1:41 PM, theLemcke sixtimesn...@gmail.com wrote: Index name 'temp_index_altered_comments_on_commentable_id_and_commentable_type' on table 'altered_comments' is too long; the limit is 64 characters How do I specify the name of the temporary index in the migration?