aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/DdlUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-091-42/+0
| | | | | | | schema-h2.ddl file is replaced by autogenerated file schema-sq.ddl (and moved to module sonar-db-dao) files rows-h2.sql and schema_migrations-h2.ddl are dropped command "./gradlew :server:sonar-db-dao:dumpSchema" can be used to update schema-sq.ddl but this is optional as build will always ensure file is up-to-date with java changes and fail the build if it is not (required for CI builds)
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-091-0/+42