Re-add uuid, useless but required for 1.8.2 and lower

This commit is contained in:
2025-12-17 18:19:20 -07:00
parent 58a51530e7
commit 6b89bfd258
2 changed files with 3 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ export const berryDashChatroomReports = mysqlTable('chatroom_reports', {
export const berryDashMarketplaceIcons = mysqlTable('marketplaceicons', {
id: int('id').primaryKey().autoincrement().notNull(),
uuid: varchar('uuid', { length: 36 }).notNull(),
userId: int('userId').notNull(),
data: longtext('data').notNull(),
hash: varchar('hash', { length: 128 }).notNull(),