diff options
-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 |