diff options
Diffstat (limited to 'db/schema/vendorData.ts')
| -rw-r--r-- | db/schema/vendorData.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema/vendorData.ts b/db/schema/vendorData.ts index 5e1e65cf..a512a8d7 100644 --- a/db/schema/vendorData.ts +++ b/db/schema/vendorData.ts @@ -248,7 +248,8 @@ export const tagTypeClassFormMappings = pgTable("tag_type_class_form_mappings", table.projectId, table.tagTypeLabel, table.classLabel, - table.formCode + table.formCode, + table.remark ) }; }); |
