feat: added field "title" and switched to it to free up caption for its normal use
This commit is contained in:
@@ -54,6 +54,7 @@ export const media = sqliteTable('media', {
|
||||
size: integer('size').notNull(),
|
||||
width: integer('width'),
|
||||
height: integer('height'),
|
||||
title: text('title'),
|
||||
alt: text('alt'),
|
||||
caption: text('caption'),
|
||||
filePath: text('file_path').notNull(),
|
||||
|
||||
Reference in New Issue
Block a user