solf merge conflict

This commit is contained in:
marshal
2026-06-01 23:50:49 +03:00
26 changed files with 3027 additions and 298 deletions

View File

@@ -15,7 +15,7 @@ export class NormalizeWeightLimitTradeDirectionBoth1749000000000
SET trade_direction = 'BOTH'
WHERE trade_direction::text = 'ANY';
EXCEPTION WHEN undefined_table OR undefined_column THEN NULL;
END $$;
END $$;
`);
}