Térképi rétegkezelő lérehozása, track online mentésének előkészítése
This commit is contained in:
@@ -87,7 +87,10 @@ class AppDatabase {
|
||||
status TEXT NOT NULL DEFAULT 'recording',
|
||||
source TEXT NOT NULL DEFAULT 'Telefon GPS',
|
||||
distance_m REAL NOT NULL DEFAULT 0,
|
||||
point_count INTEGER NOT NULL DEFAULT 0
|
||||
point_count INTEGER NOT NULL DEFAULT 0,
|
||||
is_local_only INTEGER NOT NULL DEFAULT 0,
|
||||
sync_status TEXT NOT NULL DEFAULT 'pending',
|
||||
supabase_id TEXT
|
||||
)
|
||||
''');
|
||||
await db.execute('CREATE INDEX idx_tracks_project ON tracks(project_id)');
|
||||
|
||||
Reference in New Issue
Block a user