aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-07-11 14:10:05 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-07-11 14:10:05 +0200
commit33bcedb23dc8a10d3e715dbc508ca796dabc4314 (patch)
treee298c24c7f5ccd73ebf45e21053c44777a0f6e34
parente0bb9376e4ecba02fab690f62e19b73070a77619 (diff)
downloadsonarqube-33bcedb23dc8a10d3e715dbc508ca796dabc4314.tar.gz
sonarqube-33bcedb23dc8a10d3e715dbc508ca796dabc4314.zip
Integration tests successful - revert commit
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb
index 9602e6e2827..2164b934387 100644
--- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb
@@ -24,8 +24,7 @@
class DropPluginTables < ActiveRecord::Migration
def self.up
- # THIS IS A TEST TO FORCE INTEGRATION TESTS FAIL !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- drop_table('projects')
+ drop_table('plugins')
drop_table('plugin_files')
end