Refactored AnalVids so studios are channels, excluded most channels from daily update.
This commit is contained in:
@@ -1094,7 +1094,7 @@ exports.seed = (knex) => Promise.resolve()
|
||||
|
||||
const entities = await knex('entities')
|
||||
.whereIn('slug', tagMedia.map((item) => item.entitySlug).filter(Boolean))
|
||||
.orderBy('type', 'DESC');
|
||||
.orderBy('type', 'asc');
|
||||
|
||||
const entitiesBySlug = entities.reduce((acc, entity) => ({
|
||||
...acc,
|
||||
|
||||
Reference in New Issue
Block a user