feat: refactor whole bunch of stuff
This commit is contained in:
@@ -47,7 +47,7 @@ export const imageTable = sqliteTable("image", {
|
||||
),
|
||||
url: text().notNull(),
|
||||
average: text().notNull(),
|
||||
blurhash: text().notNull(),
|
||||
thumbhash: text().notNull(),
|
||||
mime: text().notNull(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user