Remove uploader field from schema
The uploader field in the schema has been deleted. This change ensures the table structure is simplified and aligns with the updated data requirements. All related functionalities have been adjusted to accommodate this deletion.
This commit is contained in:
parent
addcd4a798
commit
da5c15e5b9
@ -73,12 +73,6 @@ export const FilesTable = pgTable("files", {
|
|||||||
})
|
})
|
||||||
.notNull(),
|
.notNull(),
|
||||||
|
|
||||||
uploader: p
|
|
||||||
.varchar("uploader", {
|
|
||||||
length: 64,
|
|
||||||
})
|
|
||||||
.notNull(),
|
|
||||||
|
|
||||||
groupId: p.uuid("group_id").references(() => FilesGroupTable.uuid),
|
groupId: p.uuid("group_id").references(() => FilesGroupTable.uuid),
|
||||||
|
|
||||||
fileSize: p.integer("file_size").notNull(),
|
fileSize: p.integer("file_size").notNull(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user