2b79295240
This reverts commit 96c894ce5b3be545f3ea7df057d6dfed9fca3696.
6 lines
173 B
Plaintext
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; |