mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-27 10:15:00 +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)
|
||||
private int id;
|
||||
|
||||
@CsvColumn
|
||||
@ColumnInfo(name = "userId")
|
||||
private int userId;
|
||||
@ColumnInfo(name = "enabled")
|
||||
|
Reference in New Issue
Block a user