kumify/gpslog/migrations
Kumi a6025dee31
fix: Switches DecimalFields to FloatFields in GPSPoint
Converts battery, accuracy, speed, and bearing fields from
DecimalField to FloatField in GPSPoint model for improved
performance and simplified operations. Updates migration to
reflect these changes, ensuring consistency across the database.
2024-11-18 06:42:36 +01:00
..
0001_initial.py fix: Switches DecimalFields to FloatFields in GPSPoint 2024-11-18 06:42:36 +01:00
__init__.py feat: Add initial migrations for GPS and Mood modules 2024-05-17 13:27:49 +02:00