Don't change schema.
This commit is contained in:
parent
56423028f6
commit
bde57fde5f
|
@ -50,6 +50,11 @@ public class Treatment implements DataPointWithLabelInterface {
|
||||||
@DatabaseField
|
@DatabaseField
|
||||||
public boolean isSMB = false;
|
public boolean isSMB = false;
|
||||||
|
|
||||||
|
@DatabaseField
|
||||||
|
public int insulinInterfaceID = InsulinInterface.FASTACTINGINSULIN; // currently unused, will be used in the future
|
||||||
|
@DatabaseField
|
||||||
|
public double dia = Constants.defaultDIA; // currently unused, will be used in the future
|
||||||
|
|
||||||
public Treatment() {
|
public Treatment() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue