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()
|
||||
.not_null()
|
||||
)
|
||||
.col(ColumnDef::new(Certificate::Type)
|
||||
.col(ColumnDef::new(Certificate::CertType)
|
||||
.string()
|
||||
.not_null()
|
||||
)
|
||||
|
@ -52,5 +52,5 @@ pub enum Certificate {
|
|||
Id,
|
||||
Data,
|
||||
Key,
|
||||
Type
|
||||
CertType
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue