Implement the new OCI-based registry data model
Note that this change does *not* enable the new data model by default, but does allow it to be used when a special environment variable is specified.
This commit is contained in:
parent
924b386437
commit
fdcb8bad23
23 changed files with 1847 additions and 209 deletions
|
@ -1232,7 +1232,7 @@ class Label(BaseModel):
|
|||
key = CharField(index=True)
|
||||
value = TextField()
|
||||
media_type = EnumField(MediaType)
|
||||
source_type = ForeignKeyField(LabelSourceType)
|
||||
source_type = EnumField(LabelSourceType)
|
||||
|
||||
|
||||
class ApprBlob(BaseModel):
|
||||
|
|
Reference in a new issue