From 0a5e742023c7ee832c2b52de93e1c27cf76c34f4 Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Fri, 4 Dec 2015 12:09:25 +0100 Subject: SONAR-6900 New WS api/qualitygates/project_status quality gate details of an analysis --- .../main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sonar-web/src/main') diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb index b2e67caa934..9f41f740617 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb @@ -25,7 +25,7 @@ class AddCeActivitySnapshotId < ActiveRecord::Migration def self.up - add_column 'ce_activity', :snapshot_id, :integer, :null => true + add_column 'ce_activity', :snapshot_id, :big_integer, :null => true end end -- cgit v1.2.3