diff options
Diffstat (limited to 'subprojects/sonar-dev-maven-plugin/src/main/resources/database/postgresql/drop-db.sql')
-rw-r--r-- | subprojects/sonar-dev-maven-plugin/src/main/resources/database/postgresql/drop-db.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/sonar-dev-maven-plugin/src/main/resources/database/postgresql/drop-db.sql b/subprojects/sonar-dev-maven-plugin/src/main/resources/database/postgresql/drop-db.sql new file mode 100644 index 00000000000..12cca84099b --- /dev/null +++ b/subprojects/sonar-dev-maven-plugin/src/main/resources/database/postgresql/drop-db.sql @@ -0,0 +1 @@ +DROP DATABASE IF EXISTS ${sonar.jdbc.username};
\ No newline at end of file |