From: Guillaume Jambet Date: Mon, 26 Feb 2018 10:18:02 +0000 (+0100) Subject: SONAR-10182 remove IDE specific annotation X-Git-Tag: 7.5~1630 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f23df5b6a82c0ea55f7fc4607a9e9005f677a6e;p=sonarqube.git SONAR-10182 remove IDE specific annotation --- diff --git a/server/sonar-db-core/src/main/resources/org/sonar/db/version/schema-h2.ddl b/server/sonar-db-core/src/main/resources/org/sonar/db/version/schema-h2.ddl index c63f060e839..67e6e5bbfbd 100644 --- a/server/sonar-db-core/src/main/resources/org/sonar/db/version/schema-h2.ddl +++ b/server/sonar-db-core/src/main/resources/org/sonar/db/version/schema-h2.ddl @@ -1,5 +1,3 @@ --- noinspection SqlNoDataSourceInspectionForFile - CREATE TABLE "ORGANIZATIONS" ( "UUID" VARCHAR(40) NOT NULL PRIMARY KEY, "KEE" VARCHAR(32) NOT NULL,