diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-12-13 11:39:22 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-12-14 12:11:53 +0100 |
commit | e2cff9277df4ccaae9098a13d36c52ef70b259fc (patch) | |
tree | 2188b44b6c8f412580ced4b49e306bd2b91f85f8 /server/sonar-web | |
parent | 558f4a7be88788fc5dd22dac47ef6f2facb84ca4 (diff) | |
download | sonarqube-e2cff9277df4ccaae9098a13d36c52ef70b259fc.tar.gz sonarqube-e2cff9277df4ccaae9098a13d36c52ef70b259fc.zip |
SONAR-8445 move SQ 5.6.1 migration out of Ruby
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb deleted file mode 100644 index a5079b3b83a..00000000000 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb +++ /dev/null @@ -1,31 +0,0 @@ -# -# SonarQube, open source software quality management tool. -# Copyright (C) 2008-2016 SonarSource -# mailto:contact AT sonarsource DOT com -# -# SonarQube is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. -# -# SonarQube is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# - -# -# SonarQube 5.6.1 -# SONAR-7686 -# -class UpdateUsersExternalIdentityWhenEmpty < ActiveRecord::Migration - - def self.up - execute_java_migration('org.sonar.db.version.v561.UpdateUsersExternalIdentityWhenEmpty') - end - -end |