~aleteoryx/muditaos

ref: ee8a5e4ab977e24e0ffc93d3e8681f9a426e714a muditaos/image/user/db/contacts_002.sql -rw-r--r-- 275 bytes
ee8a5e4a — Tomek Sobkowiak [EDG-4346] Load script to init contacts database (#1013) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
INSERT OR REPLACE INTO contact_group_protected
    (_id, group_id)
VALUES (1, 1),
       (2, 2),
       (3, 3),
       (4, 4);

INSERT OR REPLACE INTO contact_groups
    (_id, name)
VALUES (1, 'Favourites'),
       (2, 'ICE'),
       (3, 'Blocked'),
       (4, 'Temporary');