aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/sonar-dev-maven-plugin/src/main/resources/database/postgresql/drop-db.sql
diff options
context:
space:
mode:
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.sql1
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