]> source.dussan.org Git - sonarqube.git/commit
SONAR-4950 Create an unique constraint on the "group_roles" table to prevent having...
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 17 Dec 2013 22:53:03 +0000 (23:53 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 17 Dec 2013 22:53:03 +0000 (23:53 +0100)
commit362a1e6070184c58cbb8d0f6a252c26260367065
tree124d05f041926665aa0c73a4b2e07798dcb687fc
parent97ecdc3d58f85ddc2914a5730dbb06dafcd16b8c
SONAR-4950 Create an unique constraint on the "group_roles" table to prevent having two rows with same group_id, resource_id and role
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java
sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl
sonar-server/src/main/webapp/WEB-INF/db/migrate/482_add_unique_constraint_to_group_roles.rb [new file with mode: 0644]