From 84d5dd9d058988d2ae665fef0fb11d6f2a52bb8b Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 1 Nov 2010 14:53:57 +0000 Subject: [PATCH] SONAR-1643 increase the size of DASHBOARD.COLUMN_LAYOUT --- .../src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb index 80af98ef785..ffaaecf0ea6 100755 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb @@ -33,7 +33,7 @@ class CreateDashboards < ActiveRecord::Migration t.column :user_id, :integer, :null => true t.column :name, :string, :null => true, :limit => 256 t.column :description, :string, :null => true, :limit => 1000 - t.column :column_layout, :string, :null => true, :limit => 10 + t.column :column_layout, :string, :null => true, :limit => 20 t.column :shared, :boolean, :null => true t.timestamps end -- 2.39.5