You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment on view db_audit.tables_from_unused_migration is 'Список таблиц из схем unused и migration с размером занимаемого места, количеством строк и датой модификации в каждой таблице';
180
+
181
+
grantselectondb_audit.tables_from_unused_migration to alexan;
182
+
183
+
-- TEST
184
+
-- список таблиц, которые можно удалить
185
+
select*
186
+
fromdb_audit.tables_from_unused_migration
187
+
where table_modified_at < now() - interval '2 week';
0 commit comments