This commit is contained in:
ghost2023
2026-06-30 08:38:27 +03:00
parent 468ac8b28a
commit c299973bb0

View File

@@ -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,