backend/src/main/resources/db/migration/V0002__CONTENT_PROVIDERS.sql

4 lines
316 B
SQL

INSERT INTO content_providers(name, url, active, supports_content_fetch, manual_import)
VALUES ('Manga Livre Blog', 'https://mangalivre.blog', TRUE, TRUE, FALSE),
('Manga Livre.to', 'https://mangalivre.to', TRUE, TRUE, FALSE),
('Pink Rosa Scan', 'https://scanpinkrosa.blogspot.com', TRUE, TRUE, FALSE);