mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Bugfix: two movie commands instead of movie and tv
This commit is contained in:
@@ -280,10 +280,10 @@ Don't worry, we can still correct this. We can retroactively update the categori
|
||||
|
||||
```
|
||||
# Update movie categories
|
||||
docker exec -it knightcrawler-postgres-1 psql -d knightcrawler -c "UPDATE ingested_torrents SET category='movies', processed='f' WHERE category LIKE 'movies_%';"```
|
||||
docker exec -it knightcrawler-postgres-1 psql -d knightcrawler -c "UPDATE ingested_torrents SET category='movies', processed='f' WHERE category LIKE 'movies_%';"
|
||||
|
||||
# Update TV categories
|
||||
docker exec -it knightcrawler-postgres-1 psql -d knightcrawler -c "UPDATE ingested_torrents SET category='movies', processed='f' WHERE category LIKE 'movies_%';"
|
||||
docker exec -it knightcrawler-postgres-1 psql -d knightcrawler -c "UPDATE ingested_torrents SET category='tv', processed='f' WHERE category LIKE 'tv_%';"
|
||||
```
|
||||
|
||||
## Selfhostio to KnightCrawler Migration
|
||||
|
||||
Reference in New Issue
Block a user