Fix svace issue
[platform/core/telephony/tel-plugin-database.git] / res / cdma_mcc_sid_list.sql
index c5ba274..9a249e2 100644 (file)
@@ -1,3 +1,9 @@
+PRAGMA journal_mode = PERSIST;
+PRAGMA synchronous = OFF;
+PRAGMA locking_mode = EXCLUSIVE;
+PRAGMA temp_store = MEMORY;
+PRAGMA cache_size=-5000;
+
 create table mcc_sid_list (mcc integer, sid_low1 integer, sid_high1 integer, sid_low2 integer, sid_high2 integer, sid_low3 integer, sid_high3 integer, gwt_offset_low1 integer, gwt_offset_high1 integer, gwt_offset_low2 integer, gwt_offset_high2 integer);\r
 BEGIN;\r
 insert into mcc_sid_list (mcc, sid_low1, sid_high1, sid_low2, sid_high2, sid_low3, sid_high3, gwt_offset_low1, gwt_offset_high1, gwt_offset_low2, gwt_offset_high2)  values (202,24192,24319,0,0,0,0,2,2,3,3);\r