How to safely remove custom public.attributes

Hullo people,

We installed ShotGrid Addon to do some testing in AYON, but I realized that this added the ShotGrid specific attributes to AYON postgres DB’s public.attributes table.

Is there a way to safely remove these attributes? This is in the case where we don’t need to use ShotGrid after the test?

Is there a documentation with regards to AYON database schema?

Regards,
Tu

As far as I know, you can manage them from Attributes tab:

Where you can edit and delete them:

1 Like

Hi,
Not sure if it’s what you need, but here is what I found :

1 Like

Thanks for the responses guys.