Restore Database field
This commit is contained in:
parent
5c7d0a8516
commit
8ff88e85a0
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ public class ExtendedBolus implements Interval, DataPointWithLabelInterface {
|
||||||
@DatabaseField
|
@DatabaseField
|
||||||
public int insulinInterfaceID = InsulinInterface.OREF_RAPID_ACTING;
|
public int insulinInterfaceID = InsulinInterface.OREF_RAPID_ACTING;
|
||||||
|
|
||||||
|
@DatabaseField
|
||||||
|
public double dia = Constants.defaultDIA;
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public ExtendedBolus() {
|
public ExtendedBolus() {
|
||||||
injector = StaticInjector.Companion.getInstance();
|
injector = StaticInjector.Companion.getInstance();
|
||||||
|
|
Loading…
Reference in a new issue