14.0_config.sql 533 B

12345678910
  1. /*
  2. Copyright (c) 2023 Qualcomm Technologies, Inc.
  3. All Rights Reserved.
  4. Confidential and Proprietary - Qualcomm Technologies, Inc.
  5. */
  6. CREATE TABLE IF NOT EXISTS qcril_properties_table (property TEXT PRIMARY KEY NOT NULL, def_val TEXT, value TEXT);
  7. INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES('qcrildb_version',14.0);
  8. DELETE FROM qcril_properties_table WHERE property="persist.vendor.radio.sglte.eons_domain";
  9. DELETE FROM qcril_properties_table WHERE property="persist.vendor.radio.sglte.eons_roam";