From c299973bb0e7adaf61d6155121395173bbb773aa Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Tue, 30 Jun 2026 08:38:27 +0300 Subject: [PATCH] fix --- .../src/migrations/1821000000002-CreateInvoices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-api/src/migrations/1821000000002-CreateInvoices.ts b/apps/edr-freight-api/src/migrations/1821000000002-CreateInvoices.ts index 6ed649d5a..5fd7cd0ad 100644 --- a/apps/edr-freight-api/src/migrations/1821000000002-CreateInvoices.ts +++ b/apps/edr-freight-api/src/migrations/1821000000002-CreateInvoices.ts @@ -27,7 +27,7 @@ export class CreateInvoices1821000000002 implements MigrationInterface { `); await queryRunner.query(` - CREATE IF NOT EXISTS TABLE freight.invoices ( + CREATE TABLE IF NOT EXISTS freight.invoices ( id uuid NOT NULL DEFAULT uuid_generate_v4(), invoice_number varchar(64) NOT NULL, company_id uuid NOT NULL,