aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
diff options
context:
space:
mode:
authorEric Giffon <eric.giffon@sonarsource.com>2024-09-30 11:17:15 +0200
committersonartech <sonartech@sonarsource.com>2024-10-09 20:02:47 +0000
commitf5faab7f779124905eb84b7e8ae28db52c1dd685 (patch)
treeb3e170dbad175c4fcccc0a34d528a85ad2f08af7 /server/sonar-db-migration
parent23e16bb41bac524e51bfa0fe1b6a2b1d21504992 (diff)
downloadsonarqube-f5faab7f779124905eb84b7e8ae28db52c1dd685.tar.gz
sonarqube-f5faab7f779124905eb84b7e8ae28db52c1dd685.zip
SONAR-22880 Update migration flag on sub-portfolios
Diffstat (limited to 'server/sonar-db-migration')
-rw-r--r--server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v108/package-info.java23
1 files changed, 23 insertions, 0 deletions
diff --git a/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v108/package-info.java b/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v108/package-info.java
new file mode 100644
index 00000000000..06d15d95082
--- /dev/null
+++ b/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v108/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2024 SonarSource SA
+ * mailto:info AT sonarsource DOT com
+ *
+ * This program 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.
+ *
+ * This program 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.
+ */
+@ParametersAreNonnullByDefault
+package org.sonar.server.platform.db.migration.version.v108;
+
+import javax.annotation.ParametersAreNonnullByDefault;