1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(UI): views grouped in folders

This commit is contained in:
2024-06-13 18:07:05 +02:00
parent d0c50f17ca
commit a973ec3c60
5 changed files with 74 additions and 2 deletions

View File

@ -28,6 +28,7 @@ export interface Customizations {
schemas?: boolean;
tables?: boolean;
views?: boolean;
materializedViews?: boolean;
triggers?: boolean;
triggerFunctions?: boolean;
routines?: boolean;