aves_mio1/dbrotation.sh
FabioMich66 084fa184da
Some checks failed
Quality check / Flutter analysis (push) Has been cancelled
Quality check / CodeQL analysis (java-kotlin) (push) Has been cancelled
ok con video e foto in galleria aves
2026-03-17 12:19:38 +01:00

8 lines
130 B
Bash

sqlite3 metadata.db <<'SQL'
BEGIN;
UPDATE entry
SET remoteRotation = 0
WHERE origin = 1
AND remoteRotation IS NULL;
COMMIT;
SQL