mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-28 10:40:47 +02:00
don't export the user id to a CSV file
This commit is contained in:
@@ -33,7 +33,6 @@ public class ScaleMeasurement implements Cloneable {
|
|||||||
@PrimaryKey(autoGenerate = true)
|
@PrimaryKey(autoGenerate = true)
|
||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
@CsvColumn
|
|
||||||
@ColumnInfo(name = "userId")
|
@ColumnInfo(name = "userId")
|
||||||
private int userId;
|
private int userId;
|
||||||
@ColumnInfo(name = "enabled")
|
@ColumnInfo(name = "enabled")
|
||||||
|
Reference in New Issue
Block a user