4253: Users can manage their own repositories.
[arvados.git] / services / api / db / migrate / 20141208174553_descriptions_are_strings.rb
index 3c21755dc0dfa3d141d1ff964da46fe8175f8fd0..412b427c72e03a0d8ffb9063b6c9284ee33c13cf 100644 (file)
@@ -5,7 +5,7 @@ class DescriptionsAreStrings < ActiveRecord::Migration
 
   def up
     tables_with_description_column.each do |table|
-      change_column table.to_sym, :description, :string, :limit => 2**17
+      change_column table.to_sym, :description, :string, :limit => 2**19
     end
   end