We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68f5074 + e52ffb6 commit aa8b48dCopy full SHA for aa8b48d
src/spaceone/config/model/public_config/database.py
@@ -4,7 +4,7 @@
4
5
6
class PublicConfig(MongoModel):
7
- name = StringField(max_length=255, unique_with=["domain_id"])
+ name = StringField(max_length=255, unique_with=["domain_id", "workspace_id", "project_id"])
8
data = DictField()
9
tags = DictField()
10
resource_group = StringField(max_length=40, choices=("DOMAIN", "WORKSPACE", "PROJECT"))
0 commit comments