diff --git a/src/app/db/schema/uploaded_files.ts b/src/app/db/schema/uploaded_files.ts index 1ecb0a2..ae5a058 100644 --- a/src/app/db/schema/uploaded_files.ts +++ b/src/app/db/schema/uploaded_files.ts @@ -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" }) } ); \ No newline at end of file