File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/br/edu/ufrn/ingestion/model Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55import org .springframework .data .cassandra .core .mapping .Column ;
66import org .springframework .data .cassandra .core .mapping .Table ;
77
8- @ Table ("blood_pressure " )
8+ @ Table ("blood_pressures " )
99public class BloodPressureModel extends BaseMetricModel {
1010
1111 @ Column ("systolic_value" )
Original file line number Diff line number Diff line change 55import org .springframework .data .cassandra .core .mapping .Column ;
66import org .springframework .data .cassandra .core .mapping .Table ;
77
8- @ Table ("heart_rate " )
8+ @ Table ("heart_rates " )
99public class HeartRateModel extends BaseMetricModel {
1010
1111 @ Column ("value" )
Original file line number Diff line number Diff line change 55import org .springframework .data .cassandra .core .mapping .Column ;
66import org .springframework .data .cassandra .core .mapping .Table ;
77
8- @ Table ("oxygen_saturation " )
8+ @ Table ("oxygen_saturations " )
99public class OxygenSaturationModel extends BaseMetricModel {
1010
1111 @ Column ("value" )
You can’t perform that action at this time.
0 commit comments