Rename type to cert_type
This commit is contained in:
parent
f0a3d75911
commit
23c040930f
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ impl MigrationTrait for Migration {
|
||||||
.binary()
|
.binary()
|
||||||
.not_null()
|
.not_null()
|
||||||
)
|
)
|
||||||
.col(ColumnDef::new(Certificate::Type)
|
.col(ColumnDef::new(Certificate::CertType)
|
||||||
.string()
|
.string()
|
||||||
.not_null()
|
.not_null()
|
||||||
)
|
)
|
||||||
|
@ -52,5 +52,5 @@ pub enum Certificate {
|
||||||
Id,
|
Id,
|
||||||
Data,
|
Data,
|
||||||
Key,
|
Key,
|
||||||
Type
|
CertType
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue