mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 07:51:39 +02:00
✨ Simplify local audit table
Remove unnecessary partitioning
This commit is contained in:
parent
eaf546ba5e
commit
763fc3532e
3 changed files with 16 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue