Schema Compare - FILEGROUP. How to disable?

The production and QA databases use different filegroup.
on prod:
CREATE TABLE dbo.TBL1 (
ID INT NOT NULL
) ON [DATAFG]
GO

on QA:
CREATE TABLE dbo.TBL1 (
ID INT NOT NULL
) ON [PRIMARY]
GO

I want to disable compare on filefroup when I do schema compare in Toad 5.0.1.554. How can I do this?
Thank you

Hello Dmitriy,

Thank you for input. Unfortunately, you are not able to disable compare on
filegroup on current TSS version. But I’ve created enhancement CR 77972
with your suggestion.

Thanks,

Anastasia
image001.jpeg

Hello Dmitriy,

Thank you for input. Unfortunately, you are not able to disable compare on
filegroup on current TSS version. But I’ve created enhancement CR 77972
with your suggestion.

Thanks,

Anastasia
image001.jpeg