Files
2024-11-16 09:45:53 +01:00

8 lines
99 B
SQL

.timeout 30000
BEGIN TRANSACTION;
UPDATE info SET value = 2 WHERE property = 'version';
COMMIT;