Remove commented-out code in schema
Eliminated a comment in the FilesGroupTable definition that was redundant. This helps in maintaining cleaner and more readable code.
This commit is contained in:
parent
030b5c814c
commit
356b6869ad
@ -105,7 +105,6 @@ export const FilesTable = pgTable("files", {
|
||||
});
|
||||
|
||||
export const FilesGroupTable = pgTable("f_groups", {
|
||||
// Unique identifier on a technical aspect.
|
||||
uuid: p.uuid("uuid").unique().primaryKey().defaultRandom().notNull(),
|
||||
|
||||
groupName: p
|
||||
|
Loading…
x
Reference in New Issue
Block a user