Fix hentai cafe url import

This commit is contained in:
NerdNumber9
2019-04-06 08:16:48 -04:00
parent 71fe2bda97
commit fa6f60d454
2 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,7 @@ object EXHMigrations {
.query("""
UPDATE ${MangaTable.TABLE}
SET ${MangaTable.COL_SOURCE} = 260868874183818481
WHERE ${MangaTable.COL_SOURCE} = $HENTAI_CAFE_SOURCE_ID
WHERE ${MangaTable.COL_SOURCE} = 6908
""".trimIndent())
.affectsTables(MangaTable.TABLE)
.build())