mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 17:13:37 -04:00
fix: simplify database copy migrations
also fixes a long standing issue where the first run of Tunarr would create a ton of transcode configs
This commit is contained in:
@@ -99,6 +99,7 @@ export default {
|
||||
.returning('uuid')
|
||||
.executeTakeFirstOrThrow()
|
||||
).uuid;
|
||||
console.log('created default config');
|
||||
|
||||
const allChannels = await db.selectFrom('channel').selectAll().execute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user