diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-11 14:10:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-11 14:10:05 +0200 |
commit | 33bcedb23dc8a10d3e715dbc508ca796dabc4314 (patch) | |
tree | e298c24c7f5ccd73ebf45e21053c44777a0f6e34 | |
parent | e0bb9376e4ecba02fab690f62e19b73070a77619 (diff) | |
download | sonarqube-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.rb | 3 |
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 |