~aleteoryx/muditaos

ref: add5ef8b72e1fac0171023d1534a223ab65986fe muditaos/image/user/db/notifications_001.sql -rw-r--r-- 136 bytes
add5ef8b — Tomek Sobkowiak [EDG-4351] Load script to init notifications database (#1030) 5 years ago
                                                                                
1
2
3
4
5
CREATE TABLE IF NOT EXISTS notifications(
    _id INTEGER PRIMARY KEY,
    key INTEGER UNIQUE DEFAULT 0,
    value INTEGER DEFAULT 0
);