mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-22 21:44:25 +02:00
Merge pull request #240 from OpenKMIP/bug/fix-cert-identity
Fixes a mismapped polymorphic identity for X509Certificate objects
This commit is contained in:
commit
d600a47b3c
@ -820,7 +820,7 @@ class X509Certificate(Certificate):
|
|||||||
primary_key=True)
|
primary_key=True)
|
||||||
|
|
||||||
__mapper_args__ = {
|
__mapper_args__ = {
|
||||||
'polymorphic_identity': 'Certificate'
|
'polymorphic_identity': 'X509Certificate'
|
||||||
}
|
}
|
||||||
__table_args__ = {
|
__table_args__ = {
|
||||||
'sqlite_autoincrement': True
|
'sqlite_autoincrement': True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user