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:
Mathis H (Avnyr) 2024-10-10 15:26:34 +02:00
parent 030b5c814c
commit 356b6869ad
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -105,7 +105,6 @@ export const FilesTable = pgTable("files", {
}); });
export const FilesGroupTable = pgTable("f_groups", { export const FilesGroupTable = pgTable("f_groups", {
// Unique identifier on a technical aspect.
uuid: p.uuid("uuid").unique().primaryKey().defaultRandom().notNull(), uuid: p.uuid("uuid").unique().primaryKey().defaultRandom().notNull(),
groupName: p groupName: p