Add changelog

This commit is contained in:
2026-01-01 01:07:14 -07:00
parent cbe3860093
commit 20aaed9273
3 changed files with 7 additions and 4 deletions

View File

@@ -61,7 +61,8 @@ export const launcherVersionManifest = mysqlTable('launcherversionmanifest', {
.notNull(),
place: int('place').default(0).notNull(),
sha512sums: text('sha512sums').default('[]').notNull(),
sizes: text('sizes').default('[]').notNull()
sizes: text('sizes').default('[]').notNull(),
changelog: text('changelog')
})
// berrydashdatabase