This commit is contained in:
2025-06-08 15:34:42 +02:00
parent 91771bffc9
commit fc4a20c1fc
6 changed files with 422 additions and 34 deletions

View File

@@ -131,6 +131,8 @@ export const releases = pgTable('mod_release', {
description: text('description'),
version: text('version').notNull(),
url: text('url').notNull(),
smods_version: text('smods_version').default('latest'),
lovely_version: text('lovely_version').default('latest'),
createdAt: timestamp('created_at').notNull().defaultNow(),
updatedAt: timestamp('updated_at')
.notNull()