Simplify local audit table

Remove unnecessary partitioning
This commit is contained in:
Andrey Antukh 2024-03-25 15:39:01 +01:00
parent eaf546ba5e
commit 763fc3532e
3 changed files with 16 additions and 2 deletions

View file

@ -112,7 +112,7 @@
;; "alter table task set unlogged;\n"
;; "alter table task_default set unlogged;\n"
;; "alter table task_completed set unlogged;\n"
"alter table audit_log_default set unlogged ;\n"
"alter table audit_log set unlogged ;\n"
"alter table storage_object set unlogged;\n"
"alter table server_error_report set unlogged;\n"
"alter table server_prop set unlogged;\n"