1
0
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:
OliE
2018-01-12 15:29:53 +01:00
parent 720bc08cb7
commit 4ac9f1e967

View File

@@ -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")