feat(quality): added in comments
This commit is contained in:
1
lstV2/database/migrations/0077_lucky_texas_twister.sql
Normal file
1
lstV2/database/migrations/0077_lucky_texas_twister.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE "qualityRequest" ADD COLUMN "comments" text;
|
||||||
2284
lstV2/database/migrations/meta/0077_snapshot.json
Normal file
2284
lstV2/database/migrations/meta/0077_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -540,6 +540,13 @@
|
|||||||
"when": 1763134709763,
|
"when": 1763134709763,
|
||||||
"tag": "0076_stiff_champions",
|
"tag": "0076_stiff_champions",
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idx": 77,
|
||||||
|
"version": "7",
|
||||||
|
"when": 1763407463567,
|
||||||
|
"tag": "0077_lucky_texas_twister",
|
||||||
|
"breakpoints": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -36,6 +36,7 @@ export const qualityRequest = pgTable(
|
|||||||
add_user: text("add_user").default("LST"),
|
add_user: text("add_user").default("LST"),
|
||||||
upd_date: timestamp("upd_date").defaultNow(),
|
upd_date: timestamp("upd_date").defaultNow(),
|
||||||
upd_user: text("upd_user").default("LST"),
|
upd_user: text("upd_user").default("LST"),
|
||||||
|
comments: text("comments")
|
||||||
},
|
},
|
||||||
(table) => [
|
(table) => [
|
||||||
// uniqueIndex('emailUniqueIndex').on(sql`lower(${table.email})`),
|
// uniqueIndex('emailUniqueIndex').on(sql`lower(${table.email})`),
|
||||||
|
|||||||
Reference in New Issue
Block a user