-- Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
-- For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
INSERT OR REPLACE INTO quote_table (quote_id, quote, author) VALUES
(1, 'Quote 1', 'Author 1'),
(2, 'Quote 2', 'Author 2'),
(3, 'Quote 3', 'Author 3'),
(4, 'Quote 4', 'Author 4'),
(5, 'Quote 5', 'Author 5')
;