From 49d9a49cc16525c3d2fc04408cec2df0defd51ac Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 16 Mar 2024 00:22:44 +0000 Subject: Add dockerfile --- src/storage/entity/stored-file.entity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/entity/stored-file.entity.ts') diff --git a/src/storage/entity/stored-file.entity.ts b/src/storage/entity/stored-file.entity.ts index e4b4931..1c4d284 100644 --- a/src/storage/entity/stored-file.entity.ts +++ b/src/storage/entity/stored-file.entity.ts @@ -9,7 +9,7 @@ export class StoredFile { @CreateDateColumn() creationDate: Date; - @Column({ nullable: false }) + @Column({ type: 'text', nullable: false }) b64Contents: string; @OneToOne(() => FileMetadata, (metadata) => metadata.id, { nullable: false }) -- cgit v1.2.3-70-g09d2