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:
Christian Benincasa
2025-12-06 08:06:39 -05:00
parent 1d6ffb723d
commit 9804863454
2 changed files with 2 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ export default {
.returning('uuid')
.executeTakeFirstOrThrow()
).uuid;
console.log('created default config');
const allChannels = await db.selectFrom('channel').selectAll().execute();