mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
landlordPropertyId not notNull
This commit is contained in:
parent
e9ce7896e5
commit
a73e603fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export const uploadedFiles = pgTable(
|
|||
s3UploadTimestamp: timestamp("s3_upload_timestamp", {
|
||||
withTimezone: true
|
||||
}).notNull(),
|
||||
landlordPropertyId: text("landlord_property_id").notNull(),
|
||||
landlordPropertyId: text("landlord_property_id"),
|
||||
uprn: bigint("uprn", { mode: "bigint" })
|
||||
}
|
||||
);
|
||||
Loading…
Add table
Reference in a new issue