tape: rename CHANGER_ID_SCHEMA to CHANGER_NAME_SCHEMA

This commit is contained in:
Dietmar Maurer
2020-12-13 09:22:08 +01:00
parent 49c965a497
commit 7e1d4712b8
5 changed files with 17 additions and 17 deletions

View File

@ -14,7 +14,7 @@ use proxmox_backup::{
api2::{
self,
types::{
CHANGER_ID_SCHEMA,
CHANGER_NAME_SCHEMA,
},
},
tape::{
@ -152,7 +152,7 @@ fn scan_for_changers(
optional: true,
},
name: {
schema: CHANGER_ID_SCHEMA,
schema: CHANGER_NAME_SCHEMA,
},
},
},
@ -188,7 +188,7 @@ fn get_config(
optional: true,
},
name: {
schema: CHANGER_ID_SCHEMA,
schema: CHANGER_NAME_SCHEMA,
},
},
},