14 lines
431 B
JavaScript
14 lines
431 B
JavaScript
/////////////////////////////////////////////////////////////
|
|
//
|
|
// 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'
|
|
];
|