Merge branch 'temp' into next

This commit is contained in:
mbecker20
2023-07-15 03:54:58 -04:00
3 changed files with 94 additions and 75 deletions

View File

@@ -40,6 +40,11 @@ pub struct CustomTag {
#[index]
pub name: String,
#[serde(default)]
#[builder(default)]
#[index]
pub owner: String,
#[serde(default)]
#[builder(default)]
#[index]