fix: fixes migration execution

This commit is contained in:
2026-04-01 00:37:29 -03:00
parent f494e243d0
commit a3ea9e8dc8

View File

@@ -2,7 +2,7 @@ import { MigrationInterface, QueryRunner } from 'typeorm';
export class AddsBaseTriggers1775011588385 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
queryRunner.query(`
await queryRunner.query(`
CREATE OR REPLACE FUNCTION set_updated_at()
RETURNS TRIGGER AS $$
BEGIN