stable
Clone or download
Read-only
request #28868 project shortname must be unique
At database creation we must ensure that project shortname is unique for new projects Note: We choose to only add unique constraint for new install, because adding in existing projects is too hazardous Change-Id: I02fe8f183b5d0d77e338aa440d750f22b158f208
Modified Files
Name | ||||
---|---|---|---|---|
M | src/db/mysql/database_structure.sql | +16 | −15 | Go to diff View file |
M | tests/integration/tests/OAuth2ServerCore/AccessToken/OAuth2AccessTokenDAOTest.php | +2 | −2 | Go to diff View file |
M | tests/integration/tests/OAuth2ServerCore/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php | +4 | −4 | Go to diff View file |
M | tests/integration/tests/OAuth2ServerCore/RefreshToken/OAuth2RefreshTokenDAOTest.php | +4 | −4 | Go to diff View file |