blob: 278fa4e317d713827cfb83fb9d85e480aef00528 [file] [log] [blame]
Arian6a43a502025-02-18 18:03:24 +01001/*
2 SPDX-FileCopyrightText: The LineageOS Project
3 SPDX-License-Identifier: Apache-2.0
4*/
5
6CREATE TABLE IF NOT EXISTS qcril_properties_table (property TEXT PRIMARY KEY NOT NULL, def_val TEXT, value TEXT);
7INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES('qcrildb_version',21.1);
8UPDATE qcril_properties_table SET def_val="0" WHERE property="persist.vendor.radio.poweron_opt";