At the moment, the PR in Overrides is all of the 3 columns: FunctionSig, BaseClassID, and OverridingClassID.
The plan is to change the PR to FirstClassID, FunctionSig: the pair would be a foreign key to the pair in Function table: Signature, ClassID. This is one of the consequences of removing the id field from issue #32
At the moment, the PR in
Overrides
is all of the 3 columns:FunctionSig
,BaseClassID
, andOverridingClassID
. The plan is to change the PR toFirstClassID
,FunctionSig
: the pair would be a foreign key to the pair in Function table:Signature, ClassID
. This is one of the consequences of removing theid
field from issue #32