///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2025, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// export const maintenanceSupportedNodes = [ 'database', 'schema', 'table', 'primary_key', 'unique_constraint', 'index', 'partition', 'mview' ];