We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca9323 commit c38d878Copy full SHA for c38d878
reia/datamodel/lossvalues.py
@@ -46,7 +46,7 @@ class RiskValue(ORMBase):
46
47
_calculation_oid = Column(BigInteger,
48
ForeignKey('loss_calculation._oid',
49
- ondelete='CASCADE'),
+ ondelete='CASCADE'),
50
primary_key=True)
51
52
_calculationbranch_oid = Column(BigInteger,
0 commit comments