~aleteoryx/muditaos

ref: 8f8a1b3ca16fdbe09a6bd8a500d62850992d99a1 muditaos/image/user/db/notifications_001.sql -rw-r--r-- 272 bytes
8f8a1b3c — Maciej Gibowicz [EGD-6499] Fix audio initialization 5 years ago
                                                                                
1
2
3
4
5
6
7
8
-- Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
-- For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

CREATE TABLE IF NOT EXISTS notifications(
    _id INTEGER PRIMARY KEY,
    key INTEGER UNIQUE DEFAULT 0,
    value INTEGER DEFAULT 0
);