Files
mihon-bookoasis/app/src/main/sqldelight/migrations/1.sqm
T
2022-04-22 17:35:18 -04:00

6 lines
173 B
Plaintext

ALTER TABLE chapters
ADD COLUMN source_order INTEGER DEFAULT 0;
UPDATE mangas
SET thumbnail_url = replace(thumbnail_url, '93.174.95.110', 'kissmanga.com')
WHERE source = 4;